initial
This commit is contained in:
commit
3ea7bfd5dc
122 changed files with 568704 additions and 0 deletions
13
Scripts/rule.gd
Executable file
13
Scripts/rule.gd
Executable file
|
|
@ -0,0 +1,13 @@
|
|||
extends Node
|
||||
class_name Rule
|
||||
|
||||
|
||||
|
||||
static func ready(piece: Piece):
|
||||
pass
|
||||
|
||||
static func select(piece: Piece, game: Game):
|
||||
pass
|
||||
|
||||
static func before_move(piece: Piece):
|
||||
pass
|
||||
Loading…
Add table
Add a link
Reference in a new issue