blob: 8b6ff1c009d002204433e2cfca80b6f57cce6a1b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
|
### credits:
- voxel-core: https://github.com/ClarkThyLord/Voxel-Core
- hdr skies: https://pixeledasteroid.gumroad.com
- godot dark theme: https://mounirtohami.itch.io/godot-dark-theme
### roadmap:
- 0.1 alpha:
- turret system
- enemy system
- resource system
- wave system
- editor
- 0.2 beta:
- mod api support
### systems:
- turret
- _models_
- *placement*
- _targeting_
- _shooting_
- _economy_
- _upgrades_
- modules
- range indicator
- selection indicator
- _gui info details_
- *gui shop thumbnail*
- enemy:
- *models*
- *path follow*
- *hierarchy*
- _stats_
- gui info details
- _color change_
- *hit effect*
- resource:
- *Tkads*
- lives
- _economy_
- wave:
- spawns
- balance
- gui details
- win/lose condition
- editor:
- turret
- _attach_
- _path_
- _voxel cubes_
- voxel palette
- gui pickers
|