-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathGame.tscn
More file actions
74 lines (59 loc) · 2.9 KB
/
Game.tscn
File metadata and controls
74 lines (59 loc) · 2.9 KB
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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
[gd_scene load_steps=11 format=3 uid="uid://v25q5yp8st2y"]
[ext_resource type="Script" uid="uid://cw7t1m5c8rr0" path="res://park_name/park_name_gen.gd" id="1_sb48q"]
[ext_resource type="PackedScene" uid="uid://cv3xhf0q270q6" path="res://UI/UIButtons.tscn" id="1_u44n3"]
[ext_resource type="PackedScene" uid="uid://nf7ensfke5r2" path="res://level.tscn" id="1_wbfu4"]
[ext_resource type="Texture2D" uid="uid://deq7evrapgydy" path="res://assets/background/pixelated_table.png" id="1_yx171"]
[ext_resource type="Script" uid="uid://dbl0sh3lkwanq" path="res://actions/action_manager.gd" id="3_u44n3"]
[ext_resource type="PackedScene" uid="uid://ccclk5it05ktd" path="res://audio/music_control.tscn" id="5_t88pq"]
[ext_resource type="PackedScene" uid="uid://db8jgupq38yy4" path="res://UI/UIWave.tscn" id="6_3mrqo"]
[ext_resource type="PackedScene" uid="uid://bb1ascbc20sgm" path="res://UI/UIEconomy.tscn" id="6_r0x5m"]
[ext_resource type="FontFile" uid="uid://c003yv43j6jnu" path="res://assets/font/pcsenior.ttf" id="8_2vekm"]
[ext_resource type="Texture2D" uid="uid://wgeac53ikg3u" path="res://assets/background/pixelated_paper.png" id="8_joorw"]
[node name="Game" type="Node2D"]
[node name="TableTexture" type="Sprite2D" parent="."]
position = Vector2(3192, -666)
texture = ExtResource("1_yx171")
flip_h = true
[node name="TableTexture2" type="Sprite2D" parent="."]
position = Vector2(-904, -666)
texture = ExtResource("1_yx171")
[node name="TableTexture3" type="Sprite2D" parent="."]
position = Vector2(-904, 2054)
texture = ExtResource("1_yx171")
flip_v = true
[node name="TableTexture4" type="Sprite2D" parent="."]
position = Vector2(3192, 2054)
texture = ExtResource("1_yx171")
flip_h = true
flip_v = true
[node name="PaperTexture" type="Sprite2D" parent="."]
position = Vector2(954.00006, 501)
scale = Vector2(2.0784574, 2.0784574)
texture = ExtResource("8_joorw")
[node name="Level" parent="." instance=ExtResource("1_wbfu4")]
[node name="music_control" parent="." instance=ExtResource("5_t88pq")]
[node name="action_manager" type="Node2D" parent="."]
script = ExtResource("3_u44n3")
[node name="UIContainer" type="CanvasLayer" parent="."]
[node name="UIButtons" parent="UIContainer" instance=ExtResource("1_u44n3")]
scale = Vector2(1.25, 1.25)
[node name="UIEconomy" parent="UIContainer" instance=ExtResource("6_r0x5m")]
offset_top = 25.0
offset_bottom = 65.0
scale = Vector2(1.5, 1.5)
[node name="UIWave" parent="UIContainer" instance=ExtResource("6_3mrqo")]
offset_left = 100.0
offset_top = 1025.0
offset_right = 140.0
offset_bottom = 1065.0
scale = Vector2(1.5, 1.5)
[node name="RichTextLabel" type="RichTextLabel" parent="."]
offset_left = 43.0
offset_top = -106.0
offset_right = 1685.0
offset_bottom = -61.0
theme_override_colors/default_color = Color(0.23648036, 0.2007348, 0.033392392, 1)
theme_override_fonts/normal_font = ExtResource("8_2vekm")
theme_override_font_sizes/normal_font_size = 32
text = "Unnamed Park"
script = ExtResource("1_sb48q")