-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMain.tscn
28 lines (19 loc) · 1022 Bytes
/
Main.tscn
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
[gd_scene load_steps=4 format=3 uid="uid://gxmxobfse7eh"]
[ext_resource type="Script" path="res://Control.cs" id="1_171w7"]
[ext_resource type="Texture2D" uid="uid://css0rjtenf66w" path="res://icon.svg" id="1_phq14"]
[sub_resource type="RectangleShape2D" id="RectangleShape2D_mc3nx"]
size = Vector2(128, 128)
[node name="Root" type="Node"]
[node name="MainCharacterBody" type="CharacterBody2D" parent="."]
position = Vector2(567, 325)
script = ExtResource("1_171w7")
[node name="Sprite2D" type="Sprite2D" parent="MainCharacterBody"]
texture = ExtResource("1_phq14")
[node name="CollisionShape2D" type="CollisionShape2D" parent="MainCharacterBody"]
shape = SubResource("RectangleShape2D_mc3nx")
[node name="SubCharacterBody" type="CharacterBody2D" parent="."]
position = Vector2(226, 508)
[node name="Sprite2D" type="Sprite2D" parent="SubCharacterBody"]
texture = ExtResource("1_phq14")
[node name="CollisionShape2D" type="CollisionShape2D" parent="SubCharacterBody"]
shape = SubResource("RectangleShape2D_mc3nx")