blob: 46937bfcdd95e5a130a7f1e74a039740e221b19e (
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
|
[gd_scene load_steps=7 format=2]
[ext_resource path="res://riot/riot.gd" type="Script" id=1]
[ext_resource path="res://assets/manager.tres" type="Texture" id=2]
[ext_resource path="res://riot/manager.gd" type="Script" id=3]
[ext_resource path="res://tutorial/riot.gd" type="Script" id=4]
[ext_resource path="res://tutorial/popup.tscn" type="PackedScene" id=5]
[sub_resource type="RectangleShape2D" id=1]
extents = Vector2( 33.1266, 62.8009 )
[node name="Node2D" type="Node2D"]
script = ExtResource( 1 )
[node name="manager" type="KinematicBody2D" parent="."]
position = Vector2( 717.859, 323.754 )
script = ExtResource( 3 )
speed = 200.0
[node name="CollisionShape2D" type="CollisionShape2D" parent="manager"]
position = Vector2( -13.566, -1.50735 )
shape = SubResource( 1 )
[node name="Sprite" type="Sprite" parent="manager"]
texture = ExtResource( 2 )
[node name="midpoint_marker" type="Node2D" parent="manager"]
position = Vector2( -13.5661, -3.01468 )
[node name="riot" parent="." instance=ExtResource( 5 )]
visible = false
margin_left = 379.864
margin_top = 212.334
margin_right = 462.864
margin_bottom = 243.334
text = "Your developers are rioting. Because you paid to
little attention to their (coffee) needs they thirst for
blood instead. Run as fast as you can!"
script = ExtResource( 4 )
identifier = "riot"
[node name="riot_won" parent="." instance=ExtResource( 5 )]
margin_left = 374.02
margin_top = 179.218
margin_right = 457.02
margin_bottom = 210.218
text = "The security arrived and saved you.
For now."
identifier = "riot_won"
|