diff options
Diffstat (limited to 'Player.tscn')
| -rw-r--r-- | Player.tscn | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Player.tscn b/Player.tscn index 9fd285e..6c2c34a 100644 --- a/Player.tscn +++ b/Player.tscn @@ -1,7 +1,7 @@ [gd_scene load_steps=4 format=2] [ext_resource path="res://KinematicBody2D.gd" type="Script" id=1] -[ext_resource path="res://icon.png" type="Texture" id=2] +[ext_resource path="res://assets/htm_tex.png" type="Texture" id=2] [sub_resource type="CircleShape2D" id=1] @@ -13,5 +13,5 @@ shape = SubResource( 1 ) [node name="Sprite" type="Sprite" parent="CollisionShape2D"] position = Vector2( -1, -4 ) -scale = Vector2( 0.515625, 0.53125 ) +scale = Vector2( 0.03, 0.03 ) texture = ExtResource( 2 ) |
