Implemented most movement. TODO: Pillbug ability. And find and fix bugs witht he movement. TODO: Deselect when not movable
This commit is contained in:
parent
11f8a71f52
commit
76e4d6be34
33 changed files with 184 additions and 61 deletions
|
|
@ -11,7 +11,10 @@ const default_insects = {
|
|||
preload("res://Tile/Prefabs/Ant.tres"): 3,
|
||||
preload("res://Tile/Prefabs/Beetle.tres"): 2,
|
||||
preload("res://Tile/Prefabs/Grasshopper.tres"): 3,
|
||||
preload("res://Tile/Prefabs/Spider.tres"): 2
|
||||
preload("res://Tile/Prefabs/Spider.tres"): 2,
|
||||
preload("res://Tile/Prefabs/Ladybug.tres"): 1,
|
||||
preload("res://Tile/Prefabs/Mosquito.tres"): 1,
|
||||
preload("res://Tile/Prefabs/Pillbug.tres"): 1
|
||||
}
|
||||
|
||||
# Called when the node enters the scene tree for the first time.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue