-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathplayer.tscn
More file actions
20 lines (15 loc) · 731 Bytes
/
player.tscn
File metadata and controls
20 lines (15 loc) · 731 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[gd_scene load_steps=4 format=3 uid="uid://cexkbcrii6gsh"]
[ext_resource type="Script" uid="uid://brqck50u6vw70" path="res://Player.gd" id="1_24elr"]
[ext_resource type="Texture2D" uid="uid://5b23m8jtcy47" path="res://icon.svg" id="2_ygr70"]
[sub_resource type="RectangleShape2D" id="RectangleShape2D_cm78x"]
size = Vector2(48, 49)
[node name="Player" type="CharacterBody2D"]
position = Vector2(280, 385)
script = ExtResource("1_24elr")
[node name="Sprite2D" type="Sprite2D" parent="."]
position = Vector2(-1, 0.499998)
scale = Vector2(0.375, 0.367187)
texture = ExtResource("2_ygr70")
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
position = Vector2(-1, 0.5)
shape = SubResource("RectangleShape2D_cm78x")