1
Fork 0
mirror of https://github.com/Steffo99/hella-farm.git synced 2024-11-22 08:04:23 +00:00
Commit graph

320 commits

Author SHA1 Message Date
c97579e3d2
Merge branch 'main' of https://github.com/Steffo99/ld55 2024-04-14 22:05:09 +02:00
8218cfeab8
Add drag and drop sounds to Sheep 2024-04-14 22:03:59 +02:00
Caterina Gazzotti
967757ac2e Add new sound and their licences 2024-04-14 22:03:51 +02:00
a1189f053a
Remove unused PlayableArea node 2024-04-14 22:03:40 +02:00
Caterina Gazzotti
227e4ddc8a Merge branch 'main' of https://github.com/Steffo99/ld55 2024-04-14 21:50:28 +02:00
Caterina Gazzotti
e28cf9de7b Update licences file 2024-04-14 21:50:25 +02:00
15152dc638
Add script to `SpawnerChoice 2024-04-14 21:38:43 +02:00
ea92ed3b9f
Remove mouth_pop.wav as import fails even when transcoded 2024-04-14 21:37:29 +02:00
ae6bda3506
Import sounds with godot 2024-04-14 21:28:06 +02:00
d48e62c50e
Git did something 2024-04-14 21:25:59 +02:00
d377ca3525
Merge branch 'main' of https://github.com/Steffo99/ld55 2024-04-14 21:25:25 +02:00
510d14fd4c
Create SpawnerChoice selecting a random subspawner to spawn things from 2024-04-14 21:21:43 +02:00
Caterina Gazzotti
3fc74cf0d9 Merge branch 'main' of https://github.com/Steffo99/ld55 2024-04-14 21:18:09 +02:00
4f18cdaa65
Configure CursorMagnet layer and mask 2024-04-14 21:02:08 +02:00
8b392b4e46
Name collision layer 7 "System" 2024-04-14 21:01:30 +02:00
00fbc2f649
Configure MoveTowardsTarget's CaptureArea collision mask 2024-04-14 20:59:19 +02:00
9fda8cc86f
Configure Hunter's CollisionArea layer and mask 2024-04-14 20:57:25 +02:00
ba99709a55
Remove collision layers from HoverDetector 2024-04-14 20:56:44 +02:00
b0908e4e29
Remove collision layers from Draggable 2024-04-14 20:56:18 +02:00
42661f8efc
Remove collision layers from Collectable 2024-04-14 20:55:25 +02:00
aa69648a59
Setup collision layers on Sheep 2024-04-14 20:53:45 +02:00
93f947aa1a
Name collision layers 2024-04-14 20:51:57 +02:00
Caterina Gazzotti
9f4b807bd8 Add all the licences for the sound effects 2024-04-14 19:55:47 +02:00
Caterina Gazzotti
884065e2b8 Add some sound effects 2024-04-14 19:55:29 +02:00
Lorenzo Rossi
2fc4f9e91a Add spawner and SpawnedEntities 2024-04-14 19:48:13 +02:00
Lorenzo Rossi
8f46ff5022 Generalize move_towards_mouse in move_towards
Also create move_towards_target
2024-04-14 18:20:50 +02:00
6a14979de7
I have no idea why this wasn't committed??? 2024-04-14 18:10:31 +02:00
Lorenzo Rossi
b16583f799 Remove match_mouse_position.tscn as their script 2024-04-14 17:31:28 +02:00
3d17dcd3f0
Make Sheeps Draggable with a CursorMagnet
Throwing and drag isn't implemented yet. Any ideas for how to do it with this framework?
Might be a good idea to do it on a branch first...
2024-04-14 07:46:06 +02:00
d699ec9110
Set HoverDetector shape alpha to 0 because of funnies 2024-04-14 07:30:53 +02:00
aa38f02244
Remove unused capture_area reference 2024-04-14 07:23:33 +02:00
470aa1cf8e
Remove speed limit from MoveTowardsMouse 2024-04-14 07:23:10 +02:00
7568c5bcd7
Delete MatchMousePosition, as it's already implemented by MoveTowardsMouse with an infinite radius and speed 2024-04-14 07:22:43 +02:00
6df6455505
Make Draggable an Area2D consisting of the mouse target 2024-04-14 07:21:24 +02:00
e434ae69bf
Make Sheep Draggable 2024-04-14 07:20:53 +02:00
4e1ba1311f
Create MatchMousePosition behaviour 2024-04-14 06:49:15 +02:00
114e386835
ofc autosave doesn't work 2024-04-14 06:26:27 +02:00
330bac8d0e
Rename Pickable to Draggable and add the drag and drop methods 2024-04-14 06:26:14 +02:00
5b95544de5
Game: Remove input event debug logging 2024-04-14 05:48:26 +02:00
1a67612209
Fix a few things in the Main scene 2024-04-14 05:40:07 +02:00
c8fb1e0c67
Remove the sheep from the main menu as they lack some required features to move 2024-04-14 05:39:49 +02:00
9a9f93b32d
Add the main_menu input action 2024-04-14 05:39:22 +02:00
caafcd54ee
Pickable didn't save ofc 2024-04-14 05:30:29 +02:00
b5221dede1
Add a Main.destroy_game function 2024-04-14 05:27:42 +02:00
e28097612f
Specify control scheme (Mouse) 2024-04-14 05:26:13 +02:00
c39de9cb4c
Create a Pickable token class to mark objects that can be picked up with the cursor 2024-04-14 05:25:36 +02:00
3020edbdd5
Add a CollisionShape2D to the Sheep
sheep
shape
sheep
shape
ship
2024-04-14 05:23:52 +02:00
5ad13fb694
MainGame: Add a couple Sheep to test their movement 2024-04-14 05:13:56 +02:00
b89a40e5bf
Make Sheep move 2024-04-14 05:13:37 +02:00
45512a8ba1
Make it possible for MoveTowardsMouse to detach and stop moving 2024-04-14 05:12:10 +02:00