aboutsummaryrefslogtreecommitdiff
path: root/main_scene/management.tscn
blob: fef4fca1133175024f180ce4bb946c27d7cf8a70 (plain)
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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
[gd_scene load_steps=19 format=2]

[ext_resource path="res://assets/background.png" type="Texture" id=1]
[ext_resource path="res://main_scene/coffee_machine.gd" type="Script" id=2]
[ext_resource path="res://main_scene/Label.gd" type="Script" id=3]
[ext_resource path="res://buildings/buildings.tscn" type="PackedScene" id=4]
[ext_resource path="res://main_scene/bean.gd" type="Script" id=5]
[ext_resource path="res://assets/BuyBeans.png" type="Texture" id=6]
[ext_resource path="res://lib/base_buyable.gd" type="Script" id=7]
[ext_resource path="res://assets/coffee_maschine.png" type="Texture" id=8]
[ext_resource path="res://upgrades/upgrades.tscn" type="PackedScene" id=9]
[ext_resource path="res://tutorial/popup.tscn" type="PackedScene" id=10]
[ext_resource path="res://tutorial/intro.gd" type="Script" id=11]
[ext_resource path="res://tutorial/coffee_beans.gd" type="Script" id=12]
[ext_resource path="res://tutorial/devs.gd" type="Script" id=13]
[ext_resource path="res://tutorial/riot_aftermath.gd" type="Script" id=14]
[ext_resource path="res://tutorial/upgrades.gd" type="Script" id=15]
[ext_resource path="res://main_scene/konami_check.gd" type="Script" id=16]

[sub_resource type="RectangleShape2D" id=1]
extents = Vector2( 360, 360 )

[sub_resource type="RectangleShape2D" id=2]
extents = Vector2( 228.401, 203.958 )

[node name="Node2D" type="Node2D"]
script = ExtResource( 16 )

[node name="CanvasLayer" type="CanvasLayer" parent="."]

[node name="background" type="Sprite" parent="CanvasLayer"]
position = Vector2( 512.018, 299.606 )
z_index = -1
texture = ExtResource( 1 )

[node name="Label" type="Label" parent="CanvasLayer"]
margin_right = 237.0
margin_bottom = 97.0
script = ExtResource( 3 )
__meta__ = {
"_edit_use_anchors_": false
}

[node name="buildings" parent="CanvasLayer" instance=ExtResource( 4 )]
position = Vector2( 695.516, 65.6175 )

[node name="coffee_maschine" type="Sprite" parent="CanvasLayer"]
position = Vector2( 519.712, 314.253 )
scale = Vector2( 0.2, 0.2 )
texture = ExtResource( 8 )

[node name="Area2D" type="Area2D" parent="CanvasLayer/coffee_maschine"]
script = ExtResource( 2 )

[node name="CollisionShape2D" type="CollisionShape2D" parent="CanvasLayer/coffee_maschine/Area2D"]
position = Vector2( -40.0001, -0.00012207 )
shape = SubResource( 1 )

[node name="upgrades" parent="CanvasLayer" instance=ExtResource( 9 )]
position = Vector2( 20.5055, 36.9098 )

[node name="BeanIcon" type="Sprite" parent="CanvasLayer"]
position = Vector2( 421.662, 194.889 )
texture = ExtResource( 6 )
script = ExtResource( 5 )

[node name="Area2D" type="Area2D" parent="CanvasLayer/BeanIcon"]
script = ExtResource( 7 )

[node name="CollisionShape2D" type="CollisionShape2D" parent="CanvasLayer/BeanIcon/Area2D"]
position = Vector2( -0.0478821, -0.59053 )
scale = Vector2( 0.174159, 0.186657 )
shape = SubResource( 2 )

[node name="intro" parent="CanvasLayer" instance=ExtResource( 10 )]
visible = false
margin_left = 347.916
margin_top = 183.211
margin_right = 713.916
margin_bottom = 282.211
text = "This is coffee clicker! You are trying to keep your
I.T. department alive, and for that you need to provide
them with the most vital resource: Coffee.
Start by clicking the coffee machine to brew some coffee.

(Click this text to close it after 2 seconds)"
script = ExtResource( 11 )
identifier = "introduction"

[node name="coffee_beans" parent="CanvasLayer" instance=ExtResource( 10 )]
visible = false
margin_left = 355.319
margin_top = 99.9334
margin_right = 699.319
margin_bottom = 164.933
text = "To make coffee, you will obviously need coffee beans.
You can buy coffee beans by clicking
the coffee bean with the + next to it
You can buy 1000 for just 100 bitcoin"
script = ExtResource( 12 )
identifier = "coffee_beans"

[node name="devs" parent="CanvasLayer" instance=ExtResource( 10 )]
visible = false
margin_left = 584.068
margin_top = 105.736
margin_right = 987.068
margin_bottom = 187.736
text = "You can buy more developers by clicking
the developer symbol with the +
(they are the ones with coffee)
But be aware that if you dont provide them with enough coffee,
they will revolt."
script = ExtResource( 13 )
identifier = "devs"

[node name="riot_aftermath" parent="CanvasLayer" instance=ExtResource( 10 )]
visible = false
margin_left = 379.131
margin_top = 203.762
margin_right = 654.131
margin_bottom = 302.762
text = "To prevent riots from happening again
it is recommended you hire some interns
to automatically brew coffee for your devs.
You can also hire some lawyers so your
devs can't sue you, because of bad working
conditions"
script = ExtResource( 14 )
identifier = "riot_aftermath"

[node name="upgrades2" parent="CanvasLayer" instance=ExtResource( 10 )]
visible = false
margin_left = 450.949
margin_top = 200.422
margin_right = 739.949
margin_bottom = 265.422
text = "You can buy upgrades on the left
to increase your production. But be aware
that some upgrades may have varying results
regarding your popularity."
script = ExtResource( 15 )
identifier = "upgrades"