Files
experiment-adventure-ai/test_cutscene.tres
2025-08-01 08:34:51 -07:00

102 lines
1.7 KiB
Plaintext
Executable File

[gd_resource type="Resource" script_class="CutsceneResource" load_steps=2 format=3 uid="uid://bfngefj7emehe"]
[ext_resource type="Script" path="res://addons/cutscene_editor/editor/resources/CutsceneResource.gd" id="1_p6huk"]
[resource]
script = ExtResource("1_p6huk")
nodes = [{
"id": "entry_476938218",
"parameters": {},
"position": {
"x": 262.0,
"y": 155.0
},
"type": "entry"
}, {
"id": "move_3499731826",
"parameters": {
"character": "",
"move_3499731826": 700.0,
"speed": 100.0,
"target_x": 0.0,
"target_y": 0.0
},
"position": {
"x": 380.0,
"y": 40.0
},
"type": "move"
}, {
"id": "exit_1710964436",
"parameters": {},
"position": {
"x": 1020.0,
"y": 140.0
},
"type": "exit"
}, {
"id": "move_2800650428",
"parameters": {
"character": "",
"move_2800650428": 91.0,
"speed": 100.0,
"target_x": 0.0,
"target_y": 0.0
},
"position": {
"x": 640.0,
"y": 60.0
},
"type": "move"
}, {
"id": "MoveActionNode",
"parameters": {
"MoveActionNode": 50.0,
"character": "",
"speed": 100.0,
"target_x": 0.0,
"target_y": 0.0
},
"position": {
"x": 520.0,
"y": 340.0
},
"type": "move"
}]
connections = [{
"from_node": "entry_476938218",
"from_port": 0,
"id": "conn_4022396",
"to_node": "move_3499731826",
"to_port": 0
}, {
"from_node": "move_3499731826",
"from_port": 0,
"id": "conn_4022396",
"to_node": "move_2800650428",
"to_port": 0
}, {
"from_node": "move_2800650428",
"from_port": 0,
"id": "conn_4022396",
"to_node": "exit_1710964436",
"to_port": 0
}, {
"from_node": "move_3499731826",
"from_port": 0,
"id": "conn_4022396",
"to_node": "MoveActionNode",
"to_port": 0
}, {
"from_node": "MoveActionNode",
"from_port": 0,
"id": "conn_4022396",
"to_node": "exit_1710964436",
"to_port": 0
}]
metadata = {
"created": 1.75402e+09,
"modified": 1.75402e+09,
"version": "2.0"
}