From b24b212f4b8aab75f7fda5d4fb6e344ae2993dff Mon Sep 17 00:00:00 2001 From: mightypanders Date: Sun, 13 Jun 2021 00:24:45 +0200 Subject: [PATCH] use guest sprite --- Guest.tscn | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Guest.tscn b/Guest.tscn index 2d32fb4..018eaea 100644 --- a/Guest.tscn +++ b/Guest.tscn @@ -1,6 +1,6 @@ [gd_scene load_steps=6 format=2] -[ext_resource path="res://assets/placeholder_white.png" type="Texture" id=1] +[ext_resource path="res://assets/Figur1.png" type="Texture" id=1] [ext_resource path="res://Guest.gd" type="Script" id=2] [sub_resource type="PhysicsMaterial" id=3] @@ -36,6 +36,7 @@ shape = SubResource( 1 ) disabled = true [node name="Sprite" type="Sprite" parent="."] +scale = Vector2( 0.1, 0.1 ) texture = ExtResource( 1 ) [node name="CollisionShape2D" type="CollisionShape2D" parent="."]