feat: added new sprites
This commit is contained in:
parent
7c54b60337
commit
b4594bdd43
43 changed files with 609 additions and 74 deletions
|
@ -43,7 +43,6 @@ func _instantiate_dragon(relative_position: Vector2i, hat: Texture2D, shirt: Tex
|
|||
dragon.set_dragon_name(dragon_name)
|
||||
|
||||
var size: float = _calculate_window_scale().y
|
||||
dragon.set_scale(size)
|
||||
dragon.main_window_rect = Rect2i(window_position, window_size)
|
||||
dragon.show()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue