Minor fixes

This commit is contained in:
2025-10-28 17:42:45 +03:00
parent 557ddf62b2
commit 5ea00cbd30
12 changed files with 84 additions and 37 deletions
@@ -0,0 +1,7 @@
extends CharacterBody2D
func _ready() -> void:
var texture := PlaceholderTexture2D.new()
texture.size = Vector2(4, 4)
$Sprite2D.texture = texture