-
Notifications
You must be signed in to change notification settings - Fork 11
/
GameScene.tscn
61 lines (46 loc) · 1.54 KB
/
GameScene.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
47
48
49
50
51
52
53
54
55
56
57
58
59
[gd_scene load_steps=6 format=1]
[ext_resource path="res://scripts/parentNode2D.gd" type="Script" id=1]
[ext_resource path="res://textures/[email protected]" type="Texture" id=2]
[ext_resource path="res://scripts/GameScene.gd" type="Script" id=3]
[ext_resource path="res://scripts/GameLayer.gd" type="Script" id=4]
[ext_resource path="res://Fonts/foo_shadow_34.fnt" type="BitmapFont" id=5]
[node name="ParentNode2D" type="Node"]
script/script = ExtResource( 1 )
__meta__ = {
"_edit_lock_": true
}
background = ExtResource( 2 )
[node name="Background" type="TextureFrame" parent="."]
focus/ignore_mouse = true
focus/stop_mouse = true
size_flags/horizontal = 2
size_flags/vertical = 2
margin/left = -20.0
margin/top = -56.0
margin/right = 620.0
margin/bottom = 1080.0
texture = ExtResource( 2 )
stretch_mode = 0
[node name="GameScene" type="Node2D" parent="."]
script/script = ExtResource( 3 )
jsonFile = "res://Level/Level_1.json"
[node name="GameLayer" type="Node2D" parent="GameScene"]
transform/pos = Vector2( 300, 512 )
script/script = ExtResource( 4 )
[node name="TilesLayer" type="Node2D" parent="GameScene/GameLayer"]
[node name="CookiesLayer" type="Node2D" parent="GameScene/GameLayer"]
[node name="Shuffle" type="Button" parent="GameScene"]
focus/ignore_mouse = false
focus/stop_mouse = true
size_flags/horizontal = 2
size_flags/vertical = 2
margin/left = 202.0
margin/top = 960.0
margin/right = 414.0
margin/bottom = 1016.0
custom_fonts/font = ExtResource( 5 )
toggle_mode = false
enabled_focus_mode = 0
shortcut = null
text = "Shuffle"
flat = false