cleanup
This commit is contained in:
73
sample_cutscene.tres
Normal file
73
sample_cutscene.tres
Normal file
@@ -0,0 +1,73 @@
|
||||
[gd_resource type="Resource" script_class="CutsceneResource" load_steps=2 format=3 uid="uid://cusqvt64lirrh"]
|
||||
|
||||
[ext_resource type="Script" path="res://addons/cutscene_editor/editor/resources/CutsceneResource.gd" id="1_f8git"]
|
||||
|
||||
[resource]
|
||||
script = ExtResource("1_f8git")
|
||||
nodes = [{
|
||||
"id": "entry_1197916315",
|
||||
"parameters": {},
|
||||
"position": {
|
||||
"x": 286.0,
|
||||
"y": 192.0
|
||||
},
|
||||
"type": "entry"
|
||||
}, {
|
||||
"id": "move_1772978113",
|
||||
"parameters": {
|
||||
"MoveActionNode": 100.0,
|
||||
"character": "Character1",
|
||||
"speed": 100.0,
|
||||
"target_x": 101.0,
|
||||
"target_y": 501.0
|
||||
},
|
||||
"position": {
|
||||
"x": 500.0,
|
||||
"y": 198.0
|
||||
},
|
||||
"type": "move"
|
||||
}, {
|
||||
"id": "exit_1709333016",
|
||||
"parameters": {},
|
||||
"position": {
|
||||
"x": 1220.0,
|
||||
"y": 220.0
|
||||
},
|
||||
"type": "exit"
|
||||
}, {
|
||||
"id": "turn_360286729",
|
||||
"parameters": {
|
||||
"character": "Character1",
|
||||
"target": "Character2",
|
||||
"turn_speed": 4.0
|
||||
},
|
||||
"position": {
|
||||
"x": 880.0,
|
||||
"y": 220.0
|
||||
},
|
||||
"type": "turn"
|
||||
}]
|
||||
connections = [{
|
||||
"from_node": "entry_1197916315",
|
||||
"from_port": 0,
|
||||
"id": "conn_529457",
|
||||
"to_node": "move_1772978113",
|
||||
"to_port": 0
|
||||
}, {
|
||||
"from_node": "move_1772978113",
|
||||
"from_port": 0,
|
||||
"id": "conn_529457",
|
||||
"to_node": "turn_360286729",
|
||||
"to_port": 0
|
||||
}, {
|
||||
"from_node": "turn_360286729",
|
||||
"from_port": 0,
|
||||
"id": "conn_529457",
|
||||
"to_node": "exit_1709333016",
|
||||
"to_port": 0
|
||||
}]
|
||||
metadata = {
|
||||
"created": 1.75402e+09,
|
||||
"modified": 1.75402e+09,
|
||||
"version": "2.0"
|
||||
}
|
||||
Reference in New Issue
Block a user