mirror of
https://github.com/mightypanders/GMTKJam2021.git
synced 2025-12-15 02:13:53 +01:00
use guest sprite
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
[gd_scene load_steps=6 format=2]
|
[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]
|
[ext_resource path="res://Guest.gd" type="Script" id=2]
|
||||||
|
|
||||||
[sub_resource type="PhysicsMaterial" id=3]
|
[sub_resource type="PhysicsMaterial" id=3]
|
||||||
@@ -36,6 +36,7 @@ shape = SubResource( 1 )
|
|||||||
disabled = true
|
disabled = true
|
||||||
|
|
||||||
[node name="Sprite" type="Sprite" parent="."]
|
[node name="Sprite" type="Sprite" parent="."]
|
||||||
|
scale = Vector2( 0.1, 0.1 )
|
||||||
texture = ExtResource( 1 )
|
texture = ExtResource( 1 )
|
||||||
|
|
||||||
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
|
||||||
|
|||||||
Reference in New Issue
Block a user