From b40da120e30d4521736c99392c08e97de2da34ae Mon Sep 17 00:00:00 2001 From: Logan B <113468801+LoganLDB@users.noreply.github.com> Date: Sat, 29 Oct 2022 22:07:02 +0100 Subject: adjusting sprites --- Player.tscn | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Player.tscn') 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 ) -- cgit v1.2.3-70-g09d2