Basic animations for base drone model

This commit is contained in:
2026-02-23 19:35:37 +01:00
parent 969c004153
commit 7200be2e07
64 changed files with 1863 additions and 65 deletions

View File

@@ -1,32 +1,4 @@
[res://Machines/drone_machine.gd]
state={
"bookmarks": PackedInt32Array(),
"breakpoints": PackedInt32Array(),
"column": 0,
"folded_lines": PackedInt32Array(),
"h_scroll_position": 0,
"row": 3,
"scroll_position": 0.0,
"selection": false,
"syntax_highlighter": "GDScript"
}
[res://Machines/machine_abstract.gd]
state={
"bookmarks": PackedInt32Array(),
"breakpoints": PackedInt32Array(),
"column": 17,
"folded_lines": PackedInt32Array(),
"h_scroll_position": 0,
"row": 25,
"scroll_position": 1.6000000000000014,
"selection": false,
"syntax_highlighter": "GDScript"
}
[res://Machines/Machine_Globals.gd]
[res://Machines/Resources/Machine_Globals.gd]
state={
"bookmarks": PackedInt32Array(),
@@ -40,7 +12,21 @@ state={
"syntax_highlighter": "GDScript"
}
[res://Machines/suit_machine.gd]
[res://Machines/Resources/Abstracts/drone_machine.gd]
state={
"bookmarks": PackedInt32Array(),
"breakpoints": PackedInt32Array(),
"column": 10,
"folded_lines": PackedInt32Array(),
"h_scroll_position": 0,
"row": 1,
"scroll_position": 0.0,
"selection": false,
"syntax_highlighter": "GDScript"
}
[res://Machines/Resources/Abstracts/machine_abstract.gd]
state={
"bookmarks": PackedInt32Array(),
@@ -48,22 +34,64 @@ state={
"column": 0,
"folded_lines": PackedInt32Array(),
"h_scroll_position": 0,
"row": 3,
"scroll_position": 0.0,
"selection": false,
"syntax_highlighter": "GDScript"
}
[res://Machines/Resources/Abstracts/mech_machine.gd]
state={
"bookmarks": PackedInt32Array(),
"breakpoints": PackedInt32Array(),
"column": 17,
"folded_lines": PackedInt32Array(),
"h_scroll_position": 0,
"row": 9,
"scroll_position": 0.0,
"selection": false,
"syntax_highlighter": "GDScript"
}
[res://Machines/mech_machine.gd]
[res://Machines/Resources/Abstracts/suit_machine.gd]
state={
"bookmarks": PackedInt32Array(),
"breakpoints": PackedInt32Array(),
"column": 22,
"column": 15,
"folded_lines": PackedInt32Array(),
"h_scroll_position": 0,
"row": 16,
"row": 2,
"scroll_position": 0.0,
"selection": false,
"syntax_highlighter": "GDScript"
}
[res://Machines/Resources/Models/Drones/BaseDrone/base_drone.gd]
state={
"bookmarks": PackedInt32Array(),
"breakpoints": PackedInt32Array(),
"column": 0,
"folded_lines": PackedInt32Array(),
"h_scroll_position": 0,
"row": 7,
"scroll_position": 0.0,
"selection": false,
"syntax_highlighter": "GDScript"
}
[res://levels/levels_readme.md]
state={
"bookmarks": PackedInt32Array(),
"breakpoints": PackedInt32Array(),
"column": 0,
"folded_lines": PackedInt32Array(),
"h_scroll_position": 0,
"row": 0,
"scroll_position": 0.0,
"selection": false,
"syntax_highlighter": "Markdown"
}