initial
This commit is contained in:
commit
3ea7bfd5dc
122 changed files with 568704 additions and 0 deletions
11
Resources/piece_res.gd
Executable file
11
Resources/piece_res.gd
Executable file
|
|
@ -0,0 +1,11 @@
|
|||
extends Resource
|
||||
class_name PieceRes
|
||||
|
||||
@export var movement_speed : float = 1.0
|
||||
@export var mesh: Mesh
|
||||
@export var material : StandardMaterial3D
|
||||
@export var rules: Array[Script]
|
||||
#health
|
||||
#model
|
||||
#mana
|
||||
#move_cooldown
|
||||
Loading…
Add table
Add a link
Reference in a new issue