Commit graph

53 commits

Author SHA1 Message Date
946f211330 Add settings feature
All checks were successful
continuous-integration/drone/push Build is passing
2023-11-14 22:02:05 +07:00
02a8c38300 Remove exit button on web platform
All checks were successful
continuous-integration/drone/push Build is passing
2023-10-29 15:16:45 +07:00
637bb0a376 Add initial time scale 2023-10-29 15:07:22 +07:00
88b4495d9a Add debug mode 2023-10-29 14:56:40 +07:00
9834279628 Add FastForward feature 2023-10-29 14:26:02 +07:00
078dafc9ef Adjust enemy, tower, and stage
All checks were successful
continuous-integration/drone/push Build is passing
2023-10-27 16:49:21 +07:00
632ea115f6 Add max range to enemy healthbar 2023-10-27 16:48:38 +07:00
16c0cc31d8 Remove some dots from how to play
All checks were successful
continuous-integration/drone/push Build is passing
2023-10-26 01:47:14 +07:00
f86d6295d5 Clear some components after defeat
All checks were successful
continuous-integration/drone/push Build is passing
2023-10-25 17:50:03 +07:00
dd3ed03212 Clear some components after victory 2023-10-25 17:45:18 +07:00
8a819611d6 Add hover interaction to pause menu 2023-10-25 17:25:36 +07:00
e811a33464 Add hover interaction to pause button 2023-10-25 17:19:35 +07:00
b636c39334 Add hover interaction to placement 2023-10-25 17:06:59 +07:00
cf2c677cce Rename from bullet_1 to bullet 2023-10-25 16:52:24 +07:00
4e8f3b6bc9 Change speed type from int to float for more precision 2023-10-25 16:19:02 +07:00
7cd0c2ced2 Fix bug on unlock next stage 2023-10-21 23:42:53 +07:00
5bc8989892 Add sound effect to Defeat UI 2023-10-21 23:35:50 +07:00
75a899d41c Add sound effect to Victory UI 2023-10-21 23:29:42 +07:00
807103c2a6 Add new bullet for railgun 2023-10-21 23:14:27 +07:00
1374ee3bb3 Add sound effect to cannon 1-3 2023-10-21 22:45:51 +07:00
c0b012ae84 Add Slow Effect Ability to Railgun V3
All checks were successful
continuous-integration/drone/push Build is passing
2023-10-21 01:52:37 +07:00
223441e957 Add Area Damage Ability to Cannon V3 2023-10-21 00:59:00 +07:00
a85c69313b Add Save & Load Game Data 2023-10-21 00:23:10 +07:00
275e11722c Rewrite Enemy Spawn Script 2023-10-20 14:52:51 +07:00
9e975bb9bf Change Defeat UI functionality 2023-10-19 20:33:57 +07:00
2318b579fe Add functionality to Victory UI 2023-10-19 20:20:13 +07:00
e84c9f4996 Add countdown timer for each stage 2023-10-19 00:37:40 +07:00
1eb77ac6b8 Fix error when upgrading tower 2023-10-18 22:51:21 +07:00
9465faaf66 Show defeat scene if current health less than 1 2023-10-18 11:14:33 +07:00
4906768091 Add prefix _ for unused parameter 2023-10-18 11:10:07 +07:00
f2086f6360 Add button functionality to Main Menu, About, How to Play, Select Stage, Pause, and Defeat UI 2023-10-18 11:09:00 +07:00
5503473e48 Fix bullets miss continuously 2023-10-17 00:12:44 +07:00
b8c0b6acac Add Stage 6 2023-10-15 23:04:13 +07:00
df9478ab48 Add Stage 5 2023-10-15 17:32:55 +07:00
23e7560083 Add Stage 4 2023-10-15 15:03:32 +07:00
5db895de1e Add Stage 3 2023-10-14 22:19:46 +07:00
dad5accaf0 Add Stage 2 2023-10-14 20:16:53 +07:00
450e2b686e Fix error to rebuild the tower 2023-10-09 08:01:58 +07:00
ffa52c30ca Cleanup code 2023-10-08 17:51:55 +07:00
91cc081a36 Add pause & resume feature 2023-10-08 17:45:25 +07:00
6821764ae0 Move bullet scene to config file 2023-10-07 23:17:45 +07:00
4c37508012 Add durability reduction for the tower 2023-10-07 23:13:45 +07:00
f0920ce37d Add resource reward after killing enemy 2023-10-07 22:39:23 +07:00
85c09ac63f Add health stats and functionality 2023-10-07 22:13:27 +07:00
2933207108 Add resource stats 2023-10-07 21:10:06 +07:00
dd21191eb3 Fix tower menu layout & Add game stats layout 2023-10-07 17:21:58 +07:00
5ca9c28a2e Remove unused functions 2023-10-07 00:36:59 +07:00
35f893ef3c Add enemies to config file 2023-10-07 00:34:25 +07:00
760caf8d48 Add more enemies 2023-10-07 00:26:12 +07:00
42daf02e72 Fix enemy direction 2023-10-07 00:02:54 +07:00