feat: create and destroy dragons

This commit is contained in:
Gerard Gascón 2025-04-03 17:57:30 +02:00
parent 9e153b63ac
commit c75800aaa8
7 changed files with 57 additions and 32 deletions

5
scripts/dragon/dragon.gd Normal file
View file

@ -0,0 +1,5 @@
extends Window
class_name Dragon
var main_window_rect: Rect2i