diff options
| author | Logan B <113468801+LoganLDB@users.noreply.github.com> | 2022-10-29 22:07:02 +0100 |
|---|---|---|
| committer | Logan B <113468801+LoganLDB@users.noreply.github.com> | 2022-10-29 22:07:02 +0100 |
| commit | b40da120e30d4521736c99392c08e97de2da34ae (patch) | |
| tree | 1e6d367d9c6cbe5dfb36791dcf4eb89905f22ca5 /Player.tscn | |
| parent | 136c6918c7d9f3ebe12c4535c438a2c67f01c110 (diff) | |
adjusting sprites
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 ) |
