feat: create and destroy dragons
This commit is contained in:
parent
9e153b63ac
commit
c75800aaa8
7 changed files with 57 additions and 32 deletions
5
scripts/dragon/dragon.gd
Normal file
5
scripts/dragon/dragon.gd
Normal file
|
@ -0,0 +1,5 @@
|
|||
extends Window
|
||||
class_name Dragon
|
||||
|
||||
|
||||
var main_window_rect: Rect2i
|
Loading…
Add table
Add a link
Reference in a new issue