-
Notifications
You must be signed in to change notification settings - Fork 1
/
Test.tscn
46 lines (36 loc) · 1.13 KB
/
Test.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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
[gd_scene load_steps=3 format=2]
[ext_resource path="res://Node2D.gd" type="Script" id=1]
[ext_resource path="res://Tile-V2.tscn" type="PackedScene" id=2]
[node name="Node2D" type="Node2D"]
script = ExtResource( 1 )
[node name="Label" type="Label" parent="."]
margin_right = 40.0
margin_bottom = 14.0
text = "last key pressed:"
[node name="LastKeyVal" type="Label" parent="."]
margin_left = 118.0
margin_right = 158.0
margin_bottom = 14.0
text = "Q"
autowrap = true
[node name="Label2" type="Label" parent="."]
margin_left = 1.0
margin_top = 140.0
margin_right = 159.0
margin_bottom = 154.0
text = "collision occured on tile:"
[node name="CurrentTile" type="Label" parent="."]
margin_left = 172.0
margin_top = 140.0
margin_right = 292.0
margin_bottom = 154.0
text = "Q"
autowrap = true
[node name="Tile-V2" parent="." instance=ExtResource( 2 )]
position = Vector2( 30, 323 )
[node name="Tile-V3" parent="." instance=ExtResource( 2 )]
position = Vector2( 98, 323 )
[node name="Tile-V4" parent="." instance=ExtResource( 2 )]
position = Vector2( 167, 323 )
[node name="Tile-V5" parent="." instance=ExtResource( 2 )]
position = Vector2( 238, 323 )