Minor fixes
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
extends CharacterBody2D
|
||||
|
||||
|
||||
func _ready() -> void:
|
||||
var texture := PlaceholderTexture2D.new()
|
||||
texture.size = Vector2(4, 4)
|
||||
$Sprite2D.texture = texture
|
||||
Reference in New Issue
Block a user