-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathgame_logic.tscn
25 lines (21 loc) · 1.48 KB
/
game_logic.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
[gd_scene load_steps=10 format=2]
[ext_resource path="res://scripts/logic/game_logic.gd" type="Script" id=1]
[ext_resource path="res://file_resources/text/targets/txt_target_cfile1.tres" type="Resource" id=2]
[ext_resource path="res://file_resources/text/targets/txt_target_vampire_contact_info.tres" type="Resource" id=3]
[ext_resource path="res://file_resources/text/targets/txt_target_nfoscconfig.tres" type="Resource" id=4]
[ext_resource path="res://file_resources/text/targets/txt_target_c64notes.tres" type="Resource" id=5]
[ext_resource path="res://file_resources/image/targets/img_target_random7.tres" type="Resource" id=6]
[ext_resource path="res://file_resources/image/targets/img_target_darkhallway.tres" type="Resource" id=7]
[ext_resource path="res://file_resources/image/targets/img_target_briefcase.tres" type="Resource" id=8]
[ext_resource path="res://file_resources/text/targets/txt_target_c64sprite.tres" type="Resource" id=9]
[node name="GameLogic" type="Node"]
script = ExtResource( 1 )
target_file_candidates = [ ExtResource( 5 ), ExtResource( 2 ), ExtResource( 4 ), ExtResource( 3 ), ExtResource( 8 ), ExtResource( 7 ), ExtResource( 6 ), ExtResource( 9 ) ]
[node name="TimerSecret" type="Timer" parent="."]
wait_time = 2.8
one_shot = true
[node name="TimerSecret2" type="Timer" parent="."]
wait_time = 4.0
one_shot = true
[connection signal="timeout" from="TimerSecret" to="." method="secret_ending_2"]
[connection signal="timeout" from="TimerSecret2" to="." method="secret_ending_3"]