-
Notifications
You must be signed in to change notification settings - Fork 2
/
Powerplant.tscn
27 lines (19 loc) · 898 Bytes
/
Powerplant.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
[gd_scene load_steps=4 format=2]
[ext_resource path="res://assets/gfx/sprites/powerplant.png" type="Texture" id=1]
[ext_resource path="res://Powerplant.gd" type="Script" id=2]
[ext_resource path="res://Building.tscn" type="PackedScene" id=3]
[node name="Powerplant" instance=ExtResource( 3 )]
script = ExtResource( 2 )
texture = ExtResource( 1 )
[node name="texture" parent="base" index="0"]
texture = ExtResource( 1 )
[node name="smoke_pos" type="Position2D" parent="." index="8" groups=[
"smoke_positions",
]]
position = Vector2( -11.8467, -5.7565 )
[node name="upgrade_available_pos" type="Position2D" parent="." index="9"]
position = Vector2( -15.347, -18.2215 )
[node name="cycle_timer" type="Timer" parent="." index="10"]
autostart = true
[node name="actions" type="Node" parent="." index="11"]
[connection signal="timeout" from="cycle_timer" to="." method="_on_cycle_timer_timeout"]