Commit Graph

206 Commits

Author SHA1 Message Date
493420acdd change cutoff freqs 2024-10-21 21:28:59 +10:00
f24419a86a add aphid poop sounds and plop animations 2024-10-21 21:25:27 +10:00
cb39aae3fd hide some spawners 2024-10-21 20:46:55 +10:00
b8ccd5bb36 add ease to ambient audio cutoff_hz 2024-10-21 20:45:21 +10:00
726e866efd add height to the landscape 2024-10-21 19:59:57 +10:00
4a48ba5706 change move_target_indicator.global_position to nav_agent.get_final_position() 2024-10-21 19:41:56 +10:00
e999c0002d add controlled unit move target indicator 2024-10-21 19:33:28 +10:00
ab2ff86c8a fix unit state sprites 2024-10-21 19:26:20 +10:00
2b7d7f2c5e add camera focusing 2024-10-21 19:16:06 +10:00
168a572fb7 fix aphid root bone variation 2024-10-21 18:56:36 +10:00
9e232a8fcc add bone size variation to aphids 2024-10-21 18:48:22 +10:00
0c5db39e9e add aphid texture 2024-10-21 18:18:32 +10:00
0711617853 add aht textures 2024-10-21 18:07:58 +10:00
863d6b409a replace realtime shadows with decal shadows 2024-10-21 16:36:24 +10:00
04337f7563 fix gathering finding nearest item 2024-10-21 16:35:56 +10:00
cd1bfd101c fix gatherer animation processing 2024-10-21 16:10:09 +10:00
af6dafd54f increase wandering intervals 2024-10-21 16:09:54 +10:00
16463f9980 fix gathering depositing distance and tweak audio import 2024-10-21 15:55:14 +10:00
737e1c7530 add unit movement sounds 2024-10-21 15:48:29 +10:00
a080e96bb2 add button sounds 2024-10-21 14:44:45 +10:00
941eeb941d add ant info popup animations 2024-10-21 14:16:56 +10:00
b684fe56f3 prevent honeydew counter from reinitializing 2024-10-21 14:16:30 +10:00
c40d2de56b add button animations and refactor ui animation functions 2024-10-21 13:35:56 +10:00
852e718a77 add ui opening and closing animations 2024-10-21 13:09:38 +10:00
fc7cb75b23 improve debug manager 2024-10-16 14:25:56 +10:00
460581ce12 tweak README.md 2024-10-14 15:48:08 +10:00
2a8911ecae change assets license to CC0 1.0 2024-10-14 15:40:58 +10:00
43ad2f19d8 add license info to README.md 2024-10-14 15:27:49 +10:00
9237355ab1 fix licenses 2024-10-14 15:22:33 +10:00
237fffeb39 remove Anthill.tscn and leave anthill.tscn 2024-10-14 15:21:47 +10:00
d883f0bf49 remove Anthill.tscn and leave anthill.tscn 2024-10-14 15:21:33 +10:00
Anatoly Titov
2233024b61
Update and rename LICENSE to assets/LICENSE 2024-10-14 15:18:59 +10:00
Anatoly Titov
c92f91cfa9
Delete assets/LICENSE 2024-10-14 15:18:11 +10:00
Anatoly Titov
97fac20d57
Create assets LICENSE 2024-10-14 15:17:28 +10:00
Anatoly Titov
f44063587d
Create LICENSE 2024-10-14 15:07:05 +10:00
d8486dac72 add bone scale variation to ants 2024-10-13 23:49:11 +10:00
e2064442b1 add bone scale variation to ants 2024-10-13 23:48:22 +10:00
2652d34b97 separate awaiting into WAITING_FOR_NEW_ITEMS and WAITING_FOR_MORE_SPACE 2024-10-13 23:27:34 +10:00
27ee586028 rename honeydew moving to tweening 2024-10-13 22:39:55 +10:00
a4b4ff89eb refactor gathering 2024-10-13 22:35:48 +10:00
58a231d02a refactor ControlledUnit 2024-10-13 21:41:12 +10:00
bdf05d5479 refactor Interactable and Unit 2024-10-13 21:27:53 +10:00
6cff7362fc tweak comments 2024-10-13 21:07:35 +10:00
18ca7c6c09 fix units not being controlled when off screen 2024-10-13 20:53:21 +10:00
d89c177521 remove the whole frustrum collider from SelectionManager and make units add themselves to visible 2024-10-13 20:47:58 +10:00
2e66680d52 replace ' with " 2024-10-13 20:41:13 +10:00
b5264c39f7 fix var name in BunchSpawner 2024-10-13 20:38:35 +10:00
da6a66a07f delete honeydew_counter scene 2024-10-13 20:36:13 +10:00
13ddbc8bd3 prefix private variables with _ 2024-10-13 20:28:25 +10:00
2e1878b1fe move abstract unit classes into a separate directory and add ControlledAntUnit class 2024-10-13 20:01:14 +10:00