Procedural Terrain Toy #1
28
.gitattributes
vendored
Normal file
28
.gitattributes
vendored
Normal file
@@ -0,0 +1,28 @@
|
|||||||
|
# Normalize line endings to LF in repo, native on checkout
|
||||||
|
* text=auto eol=lf
|
||||||
|
|
||||||
|
# Godot files (force LF)
|
||||||
|
*.gd text eol=lf
|
||||||
|
*.tscn text eol=lf
|
||||||
|
*.tres text eol=lf
|
||||||
|
*.godot text eol=lf
|
||||||
|
*.cfg text eol=lf
|
||||||
|
*.md text eol=lf
|
||||||
|
|
||||||
|
# Binary files
|
||||||
|
*.png binary
|
||||||
|
*.jpg binary
|
||||||
|
*.jpeg binary
|
||||||
|
*.webp binary
|
||||||
|
*.svg binary
|
||||||
|
*.wav binary
|
||||||
|
*.ogg binary
|
||||||
|
*.mp3 binary
|
||||||
|
*.ttf binary
|
||||||
|
*.otf binary
|
||||||
|
*.woff binary
|
||||||
|
*.woff2 binary
|
||||||
|
*.glb binary
|
||||||
|
*.gltf binary
|
||||||
|
*.fbx binary
|
||||||
|
*.obj binary
|
||||||
13
.gitignore
vendored
Normal file
13
.gitignore
vendored
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
# Godot 4.x ignores
|
||||||
|
|
||||||
|
# Godot-specific ignores
|
||||||
|
.godot/
|
||||||
|
|
||||||
|
# Exported builds
|
||||||
|
*.translation
|
||||||
|
*.import
|
||||||
|
|
||||||
|
# Mono-specific ignores
|
||||||
|
.mono/
|
||||||
|
data_*/
|
||||||
|
mono_crash.*.json
|
||||||
@@ -1 +0,0 @@
|
|||||||
|
|
||||||
@@ -1,3 +0,0 @@
|
|||||||
[folding]
|
|
||||||
|
|
||||||
sections_unfolded=PackedStringArray()
|
|
||||||
@@ -1,3 +0,0 @@
|
|||||||
[folding]
|
|
||||||
|
|
||||||
sections_unfolded=PackedStringArray()
|
|
||||||
@@ -1,3 +0,0 @@
|
|||||||
[folding]
|
|
||||||
|
|
||||||
sections_unfolded=PackedStringArray()
|
|
||||||
@@ -1,14 +0,0 @@
|
|||||||
Button
|
|
||||||
Area3D
|
|
||||||
Node3D
|
|
||||||
Path3D
|
|
||||||
CSGPolygon3D
|
|
||||||
PathFollow3D
|
|
||||||
RemoteTransform3D
|
|
||||||
MeshInstance3D
|
|
||||||
CollisionShape3D
|
|
||||||
RigidBody3D
|
|
||||||
Label
|
|
||||||
TextureRect
|
|
||||||
Panel
|
|
||||||
VBoxContainer
|
|
||||||
@@ -1,98 +0,0 @@
|
|||||||
[docks]
|
|
||||||
|
|
||||||
dock_3_selected_tab_idx=0
|
|
||||||
dock_4_selected_tab_idx=0
|
|
||||||
dock_5_selected_tab_idx=0
|
|
||||||
dock_floating={}
|
|
||||||
dock_filesystem_h_split_offset=480
|
|
||||||
dock_filesystem_v_split_offset=0
|
|
||||||
dock_filesystem_display_mode=0
|
|
||||||
dock_filesystem_file_sort=0
|
|
||||||
dock_filesystem_file_list_display_mode=1
|
|
||||||
dock_filesystem_selected_paths=PackedStringArray("res://scripts/engine.gd")
|
|
||||||
dock_filesystem_uncollapsed_paths=PackedStringArray("Favorites", "res://", "res://scripts/", "res://scenes/", "res://resources/train kit/")
|
|
||||||
dock_node_current_tab=0
|
|
||||||
dock_history_include_scene=true
|
|
||||||
dock_history_include_global=true
|
|
||||||
dock_bottom=[]
|
|
||||||
dock_closed=[]
|
|
||||||
dock_split_2=0
|
|
||||||
dock_split_3=0
|
|
||||||
dock_hsplit_1=0
|
|
||||||
dock_hsplit_2=270
|
|
||||||
dock_hsplit_3=-270
|
|
||||||
dock_hsplit_4=0
|
|
||||||
dock_9_selected_tab_idx=1
|
|
||||||
dock_3="Scene,Import"
|
|
||||||
dock_4="FileSystem"
|
|
||||||
dock_5="Inspector,History,Signals,Groups"
|
|
||||||
dock_9="Output,Debugger,Audio,Animation,Shader Editor,Search Results,AnimationTree,ResourcePreloader,ShaderFile,SpriteFrames,Theme,Polygon,TileSet,TileMap,Replication,GridMap"
|
|
||||||
|
|
||||||
[EditorNode]
|
|
||||||
|
|
||||||
open_scenes=PackedStringArray("res://scenes/train_control.tscn")
|
|
||||||
current_scene="res://scenes/train_control.tscn"
|
|
||||||
center_split_offset=-864
|
|
||||||
selected_default_debugger_tab_idx=0
|
|
||||||
selected_main_editor_idx=2
|
|
||||||
selected_bottom_panel_item=0
|
|
||||||
bottom_panel_offsets={
|
|
||||||
"Animation": 0,
|
|
||||||
"Audio": 0,
|
|
||||||
"Debugger": 0,
|
|
||||||
"Output": 0,
|
|
||||||
"Shader Editor": 0
|
|
||||||
}
|
|
||||||
|
|
||||||
[EditorWindow]
|
|
||||||
|
|
||||||
screen=0
|
|
||||||
mode="maximized"
|
|
||||||
position=Vector2i(0, 56)
|
|
||||||
size=Vector2i(4294, 3405)
|
|
||||||
|
|
||||||
[ScriptEditor]
|
|
||||||
|
|
||||||
open_scripts=["res://scripts/engine.gd", "res://scripts/gamestate.gd", "res://scripts/main.gd", "res://scripts/objloader.gd", "res://scripts/rail_swtich.gd", "res://scripts/scene_switcher.gd", "res://scripts/track_generator.gd", "res://scripts/train.gd", "res://scripts/traincontrol.gd", "res://scripts/traincontrol_camera.gd", "res://scripts/trainjourney.gd", "res://scripts/trainjourney_camera.gd", "res://scripts/train_movement.gd"]
|
|
||||||
selected_script="res://scripts/train_movement.gd"
|
|
||||||
open_help=[]
|
|
||||||
script_split_offset=400
|
|
||||||
list_split_offset=0
|
|
||||||
zoom_factor=0.9981301
|
|
||||||
|
|
||||||
[GameView]
|
|
||||||
|
|
||||||
floating_window_rect=Rect2i(0, 56, 3840, 2224)
|
|
||||||
floating_window_screen=0
|
|
||||||
|
|
||||||
[ShaderEditor]
|
|
||||||
|
|
||||||
open_shaders=[]
|
|
||||||
split_offset=400
|
|
||||||
selected_shader=""
|
|
||||||
text_shader_zoom_factor=1.0
|
|
||||||
|
|
||||||
[docks/FileSystem]
|
|
||||||
|
|
||||||
h_split_offset=600
|
|
||||||
v_split_offset=0
|
|
||||||
display_mode=0
|
|
||||||
file_sort=0
|
|
||||||
file_list_display_mode=1
|
|
||||||
selected_paths=PackedStringArray("res://scenes/train_control.tscn")
|
|
||||||
uncollapsed_paths=PackedStringArray("res://", "res://scripts/", "res://scenes/", "res://resources/train kit/")
|
|
||||||
|
|
||||||
[docks/History]
|
|
||||||
|
|
||||||
include_scene=true
|
|
||||||
include_global=true
|
|
||||||
|
|
||||||
[editor_log]
|
|
||||||
|
|
||||||
log_filter_0=true
|
|
||||||
log_filter_2=true
|
|
||||||
log_filter_1=true
|
|
||||||
log_filter_3=true
|
|
||||||
log_filter_4=true
|
|
||||||
collapse=false
|
|
||||||
show_search=true
|
|
||||||
@@ -1,3 +0,0 @@
|
|||||||
[folding]
|
|
||||||
|
|
||||||
sections_unfolded=PackedStringArray()
|
|
||||||
@@ -1,3 +0,0 @@
|
|||||||
[folding]
|
|
||||||
|
|
||||||
sections_unfolded=PackedStringArray()
|
|
||||||
@@ -1,3 +0,0 @@
|
|||||||
[folding]
|
|
||||||
|
|
||||||
sections_unfolded=PackedStringArray()
|
|
||||||
@@ -1,3 +0,0 @@
|
|||||||
[folding]
|
|
||||||
|
|
||||||
sections_unfolded=PackedStringArray()
|
|
||||||
@@ -1,3 +0,0 @@
|
|||||||
[folding]
|
|
||||||
|
|
||||||
sections_unfolded=PackedStringArray()
|
|
||||||
@@ -1,138 +0,0 @@
|
|||||||
63f7b34db8d8cdea90c76aacccf841ec
|
|
||||||
::res://::1769935928
|
|
||||||
export_presets.cfg::TextFile::-1::1768659892::0::1::::<><><>0<>0<><>::
|
|
||||||
::res://build/::1769525949
|
|
||||||
::res://resources/::1769500126
|
|
||||||
audio_off.png::CompressedTexture2D::976528084422995703::1769079374::1769079589::1::::<><><>0<>0<>8eb956cbe7f28bcd33a4d0f3f309056a<>res://.godot/imported/audio_off.png-5de4b789ed4209650f8e97f1032a5f0f.ctex::
|
|
||||||
audio_on.png::CompressedTexture2D::3003704488001052360::1769079583::1769079589::1::::<><><>0<>0<>973b72d02e17330456b5163139ac14ea<>res://.godot/imported/audio_on.png-657a96ae18a58fc0378492c2262197f8.ctex::
|
|
||||||
rail1.jpg::CompressedTexture2D::4269327365866386991::1769458734::1769500125::1::::<><><>0<>0<>55bc8acb4ddfe9e1c4f010181be2fba2<>res://.godot/imported/rail1.jpg-95c23d5d66a51ec2cbf89561ce9ee638.ctex::
|
|
||||||
rail2.png::CompressedTexture2D::2865091725530708451::1769459233::1769500126::1::::<><><>0<>0<>e4bb014229a4a4c9a8d17114a38e4709<>res://.godot/imported/rail2.png-c7304e272c25eefaf087f24ac8aeb23b.s3tc.ctex::
|
|
||||||
thomastanks_new.mp3::AudioStreamMP3::2620953876642984028::1768657428::1768657898::1::::<><><>0<>0<>71420e05b9122bd8011b233595a3388e<>res://.godot/imported/thomastanks_new.mp3-faeee3575032f4283c1731a17141e11b.mp3str::
|
|
||||||
::res://resources/train kit/::1769067197
|
|
||||||
railroad-corner-large-ramp.obj::Mesh::2409206090616818222::1727040297::1768551394::1::::<><><>0<>0<>a61f88305257a119568988a927ed078e<>res://.godot/imported/railroad-corner-large-ramp.obj-c7a23496c1b2b1d5a93b93632f472e09.mesh<*>res://.godot/imported/railroad-corner-large-ramp.obj-c7a23496c1b2b1d5a93b93632f472e09.mesh::uid://cdwwcby54pecs::::res://resources/train kit/Textures/colormap.png
|
|
||||||
railroad-corner-large.obj::Mesh::1018263567210823548::1727040297::1768551394::1::::<><><>0<>0<>ba409591917422db5258b9c49d31d67d<>res://.godot/imported/railroad-corner-large.obj-767290257b068e81bba8afabe771bb45.mesh<*>res://.godot/imported/railroad-corner-large.obj-767290257b068e81bba8afabe771bb45.mesh::uid://cdwwcby54pecs::::res://resources/train kit/Textures/colormap.png
|
|
||||||
railroad-corner-small-ramp.obj::Mesh::4748424812719052670::1727040297::1768551394::1::::<><><>0<>0<>47dfd4cc2518e09b75595da6e912f629<>res://.godot/imported/railroad-corner-small-ramp.obj-30da76b04fe12bfd305857de58c73650.mesh<*>res://.godot/imported/railroad-corner-small-ramp.obj-30da76b04fe12bfd305857de58c73650.mesh::uid://cdwwcby54pecs::::res://resources/train kit/Textures/colormap.png
|
|
||||||
railroad-corner-small.obj::Mesh::2897254080528355763::1727040297::1768551394::1::::<><><>0<>0<>356358fb763cf2eca1ed5eb782c6987d<>res://.godot/imported/railroad-corner-small.obj-97f16f27ddc8a89387285afeaa53f9d8.mesh<*>res://.godot/imported/railroad-corner-small.obj-97f16f27ddc8a89387285afeaa53f9d8.mesh::uid://cdwwcby54pecs::::res://resources/train kit/Textures/colormap.png
|
|
||||||
railroad-curve.obj::Mesh::5259300539409378513::1727040297::1768551394::1::::<><><>0<>0<>60ab8469824c9c7de8dc55b768f52e90<>res://.godot/imported/railroad-curve.obj-505b55f5664ab0566ad52e582036abb6.mesh<*>res://.godot/imported/railroad-curve.obj-505b55f5664ab0566ad52e582036abb6.mesh::uid://cdwwcby54pecs::::res://resources/train kit/Textures/colormap.png
|
|
||||||
railroad-damaged-corner-large-ramp.obj::Mesh::4802214243608888111::1727040296::1768551394::1::::<><><>0<>0<>4a9c610b177db3fb23517188ac105161<>res://.godot/imported/railroad-damaged-corner-large-ramp.obj-6b8bf1c678ca9e9d74041f6d96b591d5.mesh<*>res://.godot/imported/railroad-damaged-corner-large-ramp.obj-6b8bf1c678ca9e9d74041f6d96b591d5.mesh::uid://cdwwcby54pecs::::res://resources/train kit/Textures/colormap.png
|
|
||||||
railroad-damaged-corner-large.obj::Mesh::5970477765953477416::1727040296::1768551394::1::::<><><>0<>0<>d1fee29b439154a642fab71da9c59179<>res://.godot/imported/railroad-damaged-corner-large.obj-2f839a7981caf421dd03ed929c2dbb67.mesh<*>res://.godot/imported/railroad-damaged-corner-large.obj-2f839a7981caf421dd03ed929c2dbb67.mesh::uid://cdwwcby54pecs::::res://resources/train kit/Textures/colormap.png
|
|
||||||
railroad-damaged-corner-small-ramp.obj::Mesh::2904255494217958358::1727040296::1768551394::1::::<><><>0<>0<>0a54246d8f9ab049f4b5ffd6b0ec3cab<>res://.godot/imported/railroad-damaged-corner-small-ramp.obj-a753ace620ce882795d818e1e5da1308.mesh<*>res://.godot/imported/railroad-damaged-corner-small-ramp.obj-a753ace620ce882795d818e1e5da1308.mesh::uid://cdwwcby54pecs::::res://resources/train kit/Textures/colormap.png
|
|
||||||
railroad-damaged-corner-small.obj::Mesh::4933181819151875494::1727040296::1768551394::1::::<><><>0<>0<>2a3d4ddef50d8219e2494df678fb26b9<>res://.godot/imported/railroad-damaged-corner-small.obj-0390c3126b0805bc2a278a243a803067.mesh<*>res://.godot/imported/railroad-damaged-corner-small.obj-0390c3126b0805bc2a278a243a803067.mesh::uid://cdwwcby54pecs::::res://resources/train kit/Textures/colormap.png
|
|
||||||
railroad-damaged-curve.obj::Mesh::1606753566710460569::1727040296::1768551394::1::::<><><>0<>0<>cc09fc281105c67cb821fb5f91e89dca<>res://.godot/imported/railroad-damaged-curve.obj-b24a2528d0cc1d14084e426cf4b6a6cd.mesh<*>res://.godot/imported/railroad-damaged-curve.obj-b24a2528d0cc1d14084e426cf4b6a6cd.mesh::uid://cdwwcby54pecs::::res://resources/train kit/Textures/colormap.png
|
|
||||||
railroad-damaged-straight-bend-large.obj::Mesh::7719458692001555034::1727040296::1768551394::1::::<><><>0<>0<>75a5476bba9a20e464806ffc060b8545<>res://.godot/imported/railroad-damaged-straight-bend-large.obj-4a49976820db8c72b09d49368680e2d9.mesh<*>res://.godot/imported/railroad-damaged-straight-bend-large.obj-4a49976820db8c72b09d49368680e2d9.mesh::uid://cdwwcby54pecs::::res://resources/train kit/Textures/colormap.png
|
|
||||||
railroad-damaged-straight-bend.obj::Mesh::3833203001715361254::1727040296::1768551394::1::::<><><>0<>0<>386704a5a75c02fc93236a8d2725cbfd<>res://.godot/imported/railroad-damaged-straight-bend.obj-be941716334c8e7c55915828a9589d6b.mesh<*>res://.godot/imported/railroad-damaged-straight-bend.obj-be941716334c8e7c55915828a9589d6b.mesh::uid://cdwwcby54pecs::::res://resources/train kit/Textures/colormap.png
|
|
||||||
railroad-damaged-straight-bump-down.obj::Mesh::1527463324460165685::1727040296::1768551394::1::::<><><>0<>0<>01693909a3fb658767357d18f701426c<>res://.godot/imported/railroad-damaged-straight-bump-down.obj-c1523e7e0c9ef6c13189cc5387698700.mesh<*>res://.godot/imported/railroad-damaged-straight-bump-down.obj-c1523e7e0c9ef6c13189cc5387698700.mesh::uid://cdwwcby54pecs::::res://resources/train kit/Textures/colormap.png
|
|
||||||
railroad-damaged-straight-bump-up.obj::Mesh::2939494248382296464::1727040295::1768551394::1::::<><><>0<>0<>01317958d9a60a196c4a33d8cfb19892<>res://.godot/imported/railroad-damaged-straight-bump-up.obj-cefa50eb785aa49634ead6952ec79b3f.mesh<*>res://.godot/imported/railroad-damaged-straight-bump-up.obj-cefa50eb785aa49634ead6952ec79b3f.mesh::uid://cdwwcby54pecs::::res://resources/train kit/Textures/colormap.png
|
|
||||||
railroad-damaged-straight-hill-beginning.obj::Mesh::5823916939453725715::1727040296::1768551394::1::::<><><>0<>0<>89d92d8c4939cc98b3f5812bce18a7d4<>res://.godot/imported/railroad-damaged-straight-hill-beginning.obj-5d627aa7f7dc29d32846d2946c072c34.mesh<*>res://.godot/imported/railroad-damaged-straight-hill-beginning.obj-5d627aa7f7dc29d32846d2946c072c34.mesh::uid://cdwwcby54pecs::::res://resources/train kit/Textures/colormap.png
|
|
||||||
railroad-damaged-straight-hill-complete-half.obj::Mesh::7408599118194187359::1727040296::1768551394::1::::<><><>0<>0<>e83c41d1af8fb9b10b15ed8d8840c20a<>res://.godot/imported/railroad-damaged-straight-hill-complete-half.obj-4f5b5d56340e4c8640a9b7ecb8fb594a.mesh<*>res://.godot/imported/railroad-damaged-straight-hill-complete-half.obj-4f5b5d56340e4c8640a9b7ecb8fb594a.mesh::uid://cdwwcby54pecs::::res://resources/train kit/Textures/colormap.png
|
|
||||||
railroad-damaged-straight-hill-complete.obj::Mesh::6583068021496754188::1727040296::1768551394::1::::<><><>0<>0<>ef72431c5eec8c8953f27e2b69c2fda7<>res://.godot/imported/railroad-damaged-straight-hill-complete.obj-a5e5da10c8445843eca68ef2b87aa7fa.mesh<*>res://.godot/imported/railroad-damaged-straight-hill-complete.obj-a5e5da10c8445843eca68ef2b87aa7fa.mesh::uid://cdwwcby54pecs::::res://resources/train kit/Textures/colormap.png
|
|
||||||
railroad-damaged-straight-hill-end.obj::Mesh::6218831217254772804::1727040296::1768551394::1::::<><><>0<>0<>59e47a96dd9443c2bdfface3940325d6<>res://.godot/imported/railroad-damaged-straight-hill-end.obj-3009f83d307a81b63b5317cc2a707644.mesh<*>res://.godot/imported/railroad-damaged-straight-hill-end.obj-3009f83d307a81b63b5317cc2a707644.mesh::uid://cdwwcby54pecs::::res://resources/train kit/Textures/colormap.png
|
|
||||||
railroad-damaged-straight-skew-left-side.obj::Mesh::7375855708965951802::1727040296::1768551394::1::::<><><>0<>0<>feb738c7ec0d71f8caea75697b68dbca<>res://.godot/imported/railroad-damaged-straight-skew-left-side.obj-609aef22a971f5ab1a80a4178759012a.mesh<*>res://.godot/imported/railroad-damaged-straight-skew-left-side.obj-609aef22a971f5ab1a80a4178759012a.mesh::uid://cdwwcby54pecs::::res://resources/train kit/Textures/colormap.png
|
|
||||||
railroad-damaged-straight-skew-left.obj::Mesh::6142884803538856682::1727040296::1768551394::1::::<><><>0<>0<>47e9a2f98219ea8063763550068ca2fe<>res://.godot/imported/railroad-damaged-straight-skew-left.obj-afec6ae9330a81789bd93e557535fdd0.mesh<*>res://.godot/imported/railroad-damaged-straight-skew-left.obj-afec6ae9330a81789bd93e557535fdd0.mesh::uid://cdwwcby54pecs::::res://resources/train kit/Textures/colormap.png
|
|
||||||
railroad-damaged-straight-skew-right-side.obj::Mesh::8843070673878285952::1727040296::1768551394::1::::<><><>0<>0<>bed15370e03a4e2c4e21b45377e51876<>res://.godot/imported/railroad-damaged-straight-skew-right-side.obj-1ed673dd54831cdd78701daa46814d98.mesh<*>res://.godot/imported/railroad-damaged-straight-skew-right-side.obj-1ed673dd54831cdd78701daa46814d98.mesh::uid://cdwwcby54pecs::::res://resources/train kit/Textures/colormap.png
|
|
||||||
railroad-damaged-straight-skew-right.obj::Mesh::155768890830288283::1727040296::1768551394::1::::<><><>0<>0<>f0e2e37680a512652b96c02dc98fc3b9<>res://.godot/imported/railroad-damaged-straight-skew-right.obj-a66447462e24938ac3be3fd97296ad3f.mesh<*>res://.godot/imported/railroad-damaged-straight-skew-right.obj-a66447462e24938ac3be3fd97296ad3f.mesh::uid://cdwwcby54pecs::::res://resources/train kit/Textures/colormap.png
|
|
||||||
railroad-damaged-straight.obj::Mesh::5444760822640885512::1727040295::1768551394::1::::<><><>0<>0<>232d5479758f9c84c62a42d5a482b39a<>res://.godot/imported/railroad-damaged-straight.obj-a7d537d196a85c4c13645f2e68ceb612.mesh<*>res://.godot/imported/railroad-damaged-straight.obj-a7d537d196a85c4c13645f2e68ceb612.mesh::uid://cdwwcby54pecs::::res://resources/train kit/Textures/colormap.png
|
|
||||||
railroad-rail-corner-large-ramp.obj::Mesh::3489721591329114852::1727040298::1768551394::1::::<><><>0<>0<>f93c78e12d90a738855772f38e28fed5<>res://.godot/imported/railroad-rail-corner-large-ramp.obj-beb0e84c43aa0f7c9dee89c45273281c.mesh<*>res://.godot/imported/railroad-rail-corner-large-ramp.obj-beb0e84c43aa0f7c9dee89c45273281c.mesh::uid://cdwwcby54pecs::::res://resources/train kit/Textures/colormap.png
|
|
||||||
railroad-rail-corner-large.obj::Mesh::2589618520691538789::1727040297::1768551394::1::::<><><>0<>0<>9e28c93ffbae72d7000cc34551353047<>res://.godot/imported/railroad-rail-corner-large.obj-c88d61bb5aa580f760236a52ba7638d9.mesh<*>res://.godot/imported/railroad-rail-corner-large.obj-c88d61bb5aa580f760236a52ba7638d9.mesh::uid://cdwwcby54pecs::::res://resources/train kit/Textures/colormap.png
|
|
||||||
railroad-rail-corner-small-ramp.obj::Mesh::5520312575628036420::1727040298::1768551394::1::::<><><>0<>0<>1e370545d773dc40b302104cd9fce005<>res://.godot/imported/railroad-rail-corner-small-ramp.obj-c49c0aa5c73783c4e9041f40095732b6.mesh<*>res://.godot/imported/railroad-rail-corner-small-ramp.obj-c49c0aa5c73783c4e9041f40095732b6.mesh::uid://cdwwcby54pecs::::res://resources/train kit/Textures/colormap.png
|
|
||||||
railroad-rail-corner-small.obj::Mesh::5997591026856337617::1727040297::1768551395::1::::<><><>0<>0<>1fa2bf0e6cb87cf9129af1a209fbe116<>res://.godot/imported/railroad-rail-corner-small.obj-5fdda372cd41a5ad1a12ae87bf2f9661.mesh<*>res://.godot/imported/railroad-rail-corner-small.obj-5fdda372cd41a5ad1a12ae87bf2f9661.mesh::uid://cdwwcby54pecs::::res://resources/train kit/Textures/colormap.png
|
|
||||||
railroad-rail-curve.obj::Mesh::4505662271431368655::1727040297::1768551395::1::::<><><>0<>0<>d67c7af06cc21c13b6cd6574c8af7e5d<>res://.godot/imported/railroad-rail-curve.obj-e890b9af7b47a55c7803fba231f1b44b.mesh<*>res://.godot/imported/railroad-rail-curve.obj-e890b9af7b47a55c7803fba231f1b44b.mesh::uid://cdwwcby54pecs::::res://resources/train kit/Textures/colormap.png
|
|
||||||
railroad-rail-straight-bend-large.obj::Mesh::7719349266967534546::1727040298::1768551395::1::::<><><>0<>0<>e0450bd158f28e8108624d98fe06d3f6<>res://.godot/imported/railroad-rail-straight-bend-large.obj-46ec091175c12d39a5ee77c784d01998.mesh<*>res://.godot/imported/railroad-rail-straight-bend-large.obj-46ec091175c12d39a5ee77c784d01998.mesh::uid://cdwwcby54pecs::::res://resources/train kit/Textures/colormap.png
|
|
||||||
railroad-rail-straight-bend.obj::Mesh::2961697063666893608::1727040298::1768551395::1::::<><><>0<>0<>ab2405caa121f89a798e075d4620d941<>res://.godot/imported/railroad-rail-straight-bend.obj-316246ebd335832256b265daee3b7865.mesh<*>res://.godot/imported/railroad-rail-straight-bend.obj-316246ebd335832256b265daee3b7865.mesh::uid://cdwwcby54pecs::::res://resources/train kit/Textures/colormap.png
|
|
||||||
railroad-rail-straight-bump-down.obj::Mesh::2298008262533578265::1727040297::1768551395::1::::<><><>0<>0<>e51a87046bacde7592ff50287e48d473<>res://.godot/imported/railroad-rail-straight-bump-down.obj-4dac1ca999d397a28936aafbfe4c1f43.mesh<*>res://.godot/imported/railroad-rail-straight-bump-down.obj-4dac1ca999d397a28936aafbfe4c1f43.mesh::uid://cdwwcby54pecs::::res://resources/train kit/Textures/colormap.png
|
|
||||||
railroad-rail-straight-bump-up.obj::Mesh::8533973971417509178::1727040297::1768551395::1::::<><><>0<>0<>524eb8e02ccdbae97c0e9470a1f8a600<>res://.godot/imported/railroad-rail-straight-bump-up.obj-ca68c505256fb9656bf885776b0c6d52.mesh<*>res://.godot/imported/railroad-rail-straight-bump-up.obj-ca68c505256fb9656bf885776b0c6d52.mesh::uid://cdwwcby54pecs::::res://resources/train kit/Textures/colormap.png
|
|
||||||
railroad-rail-straight-hill-beginning.obj::Mesh::1648529368345413888::1727040297::1768551395::1::::<><><>0<>0<>49258c81afccf2058ab88933283453b0<>res://.godot/imported/railroad-rail-straight-hill-beginning.obj-b96d71fa6636e97aebaafb0e95c57a61.mesh<*>res://.godot/imported/railroad-rail-straight-hill-beginning.obj-b96d71fa6636e97aebaafb0e95c57a61.mesh::uid://cdwwcby54pecs::::res://resources/train kit/Textures/colormap.png
|
|
||||||
railroad-rail-straight-hill-complete-half.obj::Mesh::303552968135204716::1727040297::1768551395::1::::<><><>0<>0<>8cdfadd71d813938d36964290fcf3b2b<>res://.godot/imported/railroad-rail-straight-hill-complete-half.obj-f7ff028a08137f69acd335d67a1e681e.mesh<*>res://.godot/imported/railroad-rail-straight-hill-complete-half.obj-f7ff028a08137f69acd335d67a1e681e.mesh::uid://cdwwcby54pecs::::res://resources/train kit/Textures/colormap.png
|
|
||||||
railroad-rail-straight-hill-complete.obj::Mesh::5011808361846105694::1727040297::1768551395::1::::<><><>0<>0<>9f98aa445ac74716c1d5cb1571d460c7<>res://.godot/imported/railroad-rail-straight-hill-complete.obj-a2b51c56e5485aefa42efec5e14398a1.mesh<*>res://.godot/imported/railroad-rail-straight-hill-complete.obj-a2b51c56e5485aefa42efec5e14398a1.mesh::uid://cdwwcby54pecs::::res://resources/train kit/Textures/colormap.png
|
|
||||||
railroad-rail-straight-hill-end.obj::Mesh::386362040166249711::1727040297::1768551395::1::::<><><>0<>0<>c8adf597b547c5f3bab1912aba0d26d0<>res://.godot/imported/railroad-rail-straight-hill-end.obj-b4a78fcc70d94349626ce78a3f085866.mesh<*>res://.godot/imported/railroad-rail-straight-hill-end.obj-b4a78fcc70d94349626ce78a3f085866.mesh::uid://cdwwcby54pecs::::res://resources/train kit/Textures/colormap.png
|
|
||||||
railroad-rail-straight-skew-left-side.obj::Mesh::1839443428483948571::1727040298::1768551395::1::::<><><>0<>0<>0f4e17c69e1a019bcc1b7a60d95edd4d<>res://.godot/imported/railroad-rail-straight-skew-left-side.obj-929711b7ae100d7a769c9b2cdb63dd71.mesh<*>res://.godot/imported/railroad-rail-straight-skew-left-side.obj-929711b7ae100d7a769c9b2cdb63dd71.mesh::uid://cdwwcby54pecs::::res://resources/train kit/Textures/colormap.png
|
|
||||||
railroad-rail-straight-skew-left.obj::Mesh::6963033253691439778::1727040298::1768551395::1::::<><><>0<>0<>ef5254990bf9d85ff972bf6cec8cf2cd<>res://.godot/imported/railroad-rail-straight-skew-left.obj-2c619d99facd7a52376f0819b8f118c0.mesh<*>res://.godot/imported/railroad-rail-straight-skew-left.obj-2c619d99facd7a52376f0819b8f118c0.mesh::uid://cdwwcby54pecs::::res://resources/train kit/Textures/colormap.png
|
|
||||||
railroad-rail-straight-skew-right-side.obj::Mesh::2556941157452495786::1727040298::1768551395::1::::<><><>0<>0<>2dc0642bd7db1c82761429fc0a4f8d1d<>res://.godot/imported/railroad-rail-straight-skew-right-side.obj-5e811b5cdb792a6d8020bd801243b1ca.mesh<*>res://.godot/imported/railroad-rail-straight-skew-right-side.obj-5e811b5cdb792a6d8020bd801243b1ca.mesh::uid://cdwwcby54pecs::::res://resources/train kit/Textures/colormap.png
|
|
||||||
railroad-rail-straight-skew-right.obj::Mesh::542131157363694028::1727040297::1768551395::1::::<><><>0<>0<>b86707943a4703b104b9a831903e7d95<>res://.godot/imported/railroad-rail-straight-skew-right.obj-400a06e92e04d63d70f04a37641834d0.mesh<*>res://.godot/imported/railroad-rail-straight-skew-right.obj-400a06e92e04d63d70f04a37641834d0.mesh::uid://cdwwcby54pecs::::res://resources/train kit/Textures/colormap.png
|
|
||||||
railroad-rail-straight.obj::Mesh::7515512574585452782::1727040297::1768551394::1::::<><><>0<>0<>2d83febaca912264e0557b5af805789d<>res://.godot/imported/railroad-rail-straight.obj-7afd9b7de7d39a2c3cd6206009cc9ff0.mesh<*>res://.godot/imported/railroad-rail-straight.obj-7afd9b7de7d39a2c3cd6206009cc9ff0.mesh::uid://cdwwcby54pecs::::res://resources/train kit/Textures/colormap.png
|
|
||||||
railroad-straight-bend-large.obj::Mesh::8791915248506837007::1727040297::1768551394::1::::<><><>0<>0<>5b0935cd659058db562512f6e886471b<>res://.godot/imported/railroad-straight-bend-large.obj-0d9377622e616eb049c92ea979db4507.mesh<*>res://.godot/imported/railroad-straight-bend-large.obj-0d9377622e616eb049c92ea979db4507.mesh::uid://cdwwcby54pecs::::res://resources/train kit/Textures/colormap.png
|
|
||||||
railroad-straight-bend.obj::Mesh::7204710897674085741::1727040297::1768551394::1::::<><><>0<>0<>502aab175ba8b7519fd407a211ee9f13<>res://.godot/imported/railroad-straight-bend.obj-af9043365c623e32c9d20b7ba24190ac.mesh<*>res://.godot/imported/railroad-straight-bend.obj-af9043365c623e32c9d20b7ba24190ac.mesh::uid://cdwwcby54pecs::::res://resources/train kit/Textures/colormap.png
|
|
||||||
railroad-straight-bump-down.obj::Mesh::3583245265286521389::1727040296::1768551394::1::::<><><>0<>0<>37fba9dccfe7565cd6ddfb7341397f23<>res://.godot/imported/railroad-straight-bump-down.obj-81960a53d0c157a6c881ae6d9bde4091.mesh<*>res://.godot/imported/railroad-straight-bump-down.obj-81960a53d0c157a6c881ae6d9bde4091.mesh::uid://cdwwcby54pecs::::res://resources/train kit/Textures/colormap.png
|
|
||||||
railroad-straight-bump-up.obj::Mesh::3677568587827871761::1727040296::1768551394::1::::<><><>0<>0<>5751fc1f9da07958a63792c20503c9c7<>res://.godot/imported/railroad-straight-bump-up.obj-852ecb84a24cf34169bb128d3d9cf4f7.mesh<*>res://.godot/imported/railroad-straight-bump-up.obj-852ecb84a24cf34169bb128d3d9cf4f7.mesh::uid://cdwwcby54pecs::::res://resources/train kit/Textures/colormap.png
|
|
||||||
railroad-straight-hill-beginning.obj::Mesh::5185002727066105008::1727040296::1768551394::1::::<><><>0<>0<>4ead0eeef64ff9dc3b76274f42f78a67<>res://.godot/imported/railroad-straight-hill-beginning.obj-049e1200cf996bada76678dba2a0a985.mesh<*>res://.godot/imported/railroad-straight-hill-beginning.obj-049e1200cf996bada76678dba2a0a985.mesh::uid://cdwwcby54pecs::::res://resources/train kit/Textures/colormap.png
|
|
||||||
railroad-straight-hill-complete-half.obj::Mesh::1367759102890810737::1727040296::1768551394::1::::<><><>0<>0<>779d96e6ef8dd50d598e2ab542823078<>res://.godot/imported/railroad-straight-hill-complete-half.obj-1b756e5e70dc105025ea4a05927fc7ee.mesh<*>res://.godot/imported/railroad-straight-hill-complete-half.obj-1b756e5e70dc105025ea4a05927fc7ee.mesh::uid://cdwwcby54pecs::::res://resources/train kit/Textures/colormap.png
|
|
||||||
railroad-straight-hill-complete.obj::Mesh::7582082124809804635::1727040296::1768551394::1::::<><><>0<>0<>b37d35f2bc9819e6634cd083879441f5<>res://.godot/imported/railroad-straight-hill-complete.obj-b044e0499395b305990ecd79bdb8a004.mesh<*>res://.godot/imported/railroad-straight-hill-complete.obj-b044e0499395b305990ecd79bdb8a004.mesh::uid://cdwwcby54pecs::::res://resources/train kit/Textures/colormap.png
|
|
||||||
railroad-straight-hill-end.obj::Mesh::7553063560183758312::1727040297::1768551394::1::::<><><>0<>0<>5fe11cd21f8a540ab69481c08e3fb43c<>res://.godot/imported/railroad-straight-hill-end.obj-1e9812de92b85925c2ce1235dc9bcdb4.mesh<*>res://.godot/imported/railroad-straight-hill-end.obj-1e9812de92b85925c2ce1235dc9bcdb4.mesh::uid://cdwwcby54pecs::::res://resources/train kit/Textures/colormap.png
|
|
||||||
railroad-straight-skew-left-side.obj::Mesh::6944561499648713952::1727040297::1768551394::1::::<><><>0<>0<>ba7d94534d199821f324f2d20baf7d0c<>res://.godot/imported/railroad-straight-skew-left-side.obj-46eb37ace01e2622d1ad3319724e821d.mesh<*>res://.godot/imported/railroad-straight-skew-left-side.obj-46eb37ace01e2622d1ad3319724e821d.mesh::uid://cdwwcby54pecs::::res://resources/train kit/Textures/colormap.png
|
|
||||||
railroad-straight-skew-left.obj::Mesh::4945990684246060440::1727040297::1768551394::1::::<><><>0<>0<>e2f34167a29dfee62db43bc928c33ac4<>res://.godot/imported/railroad-straight-skew-left.obj-59cfe1d98d8c1b8ef977db6fd5eff0a9.mesh<*>res://.godot/imported/railroad-straight-skew-left.obj-59cfe1d98d8c1b8ef977db6fd5eff0a9.mesh::uid://cdwwcby54pecs::::res://resources/train kit/Textures/colormap.png
|
|
||||||
railroad-straight-skew-right-side.obj::Mesh::4094465311513007345::1727040297::1768551394::1::::<><><>0<>0<>a27cf72b4170bcae48057a92fb0cf4b2<>res://.godot/imported/railroad-straight-skew-right-side.obj-b5eacffb95d0a9d923fe25cc3fecdc87.mesh<*>res://.godot/imported/railroad-straight-skew-right-side.obj-b5eacffb95d0a9d923fe25cc3fecdc87.mesh::uid://cdwwcby54pecs::::res://resources/train kit/Textures/colormap.png
|
|
||||||
railroad-straight-skew-right.obj::Mesh::3521122827761278983::1727040297::1768551393::1::::<><><>0<>0<>092ec85175cab3b65b31a33bd890234e<>res://.godot/imported/railroad-straight-skew-right.obj-dc286af54990eb6e14707c49b7c742fa.mesh<*>res://.godot/imported/railroad-straight-skew-right.obj-dc286af54990eb6e14707c49b7c742fa.mesh::uid://cdwwcby54pecs::::res://resources/train kit/Textures/colormap.png
|
|
||||||
railroad-straight.obj::Mesh::3909971885463545839::1727040296::1768551393::1::::<><><>0<>0<>d977e1b5f2720fb672aedc55862c02bc<>res://.godot/imported/railroad-straight.obj-f8dbabe82190173cb4af80e7617142c0.mesh<*>res://.godot/imported/railroad-straight.obj-f8dbabe82190173cb4af80e7617142c0.mesh::uid://cdwwcby54pecs::::res://resources/train kit/Textures/colormap.png
|
|
||||||
spline-segment.obj::Mesh::8890654288271683089::1727040292::1768551393::1::::<><><>0<>0<>c30ec6164ca608e52f6a5aac73ead4d3<>res://.godot/imported/spline-segment.obj-3c5452cd0e9c95b11b280825e9361ecf.mesh<*>res://.godot/imported/spline-segment.obj-3c5452cd0e9c95b11b280825e9361ecf.mesh::uid://cdwwcby54pecs::::res://resources/train kit/Textures/colormap.png
|
|
||||||
spline-track-damaged.obj::Mesh::4540266775755094855::1727040292::1768551393::1::::<><><>0<>0<>4d06d2d3eb72e4574e8dce048048ade5<>res://.godot/imported/spline-track-damaged.obj-71a1c2378b188a8957a4dd39c7d0da6c.mesh<*>res://.godot/imported/spline-track-damaged.obj-71a1c2378b188a8957a4dd39c7d0da6c.mesh::uid://cdwwcby54pecs::::res://resources/train kit/Textures/colormap.png
|
|
||||||
spline-track.obj::Mesh::4195678042068499543::1727040292::1768551393::1::::<><><>0<>0<>300ab80d69c7be90808c060924ac3615<>res://.godot/imported/spline-track.obj-72d63440b151f9c9b41a5738eaaa0cb0.mesh<*>res://.godot/imported/spline-track.obj-72d63440b151f9c9b41a5738eaaa0cb0.mesh::uid://cdwwcby54pecs::::res://resources/train kit/Textures/colormap.png
|
|
||||||
track-detailed.obj::Mesh::8202524861405104630::1727040292::1768551393::1::::<><><>0<>0<>2087f734c55f101a3269e4e61ee3af5e<>res://.godot/imported/track-detailed.obj-d92ac9c4ea8a1b1232f0fd71d18ec15d.mesh<*>res://.godot/imported/track-detailed.obj-d92ac9c4ea8a1b1232f0fd71d18ec15d.mesh::uid://cdwwcby54pecs::::res://resources/train kit/Textures/colormap.png
|
|
||||||
track-single-detailed.obj::Mesh::9194181229227092908::1727040293::1768551393::1::::<><><>0<>0<>794c5ea5a3bf661cceeedb3e1d512b2a<>res://.godot/imported/track-single-detailed.obj-5f7fd56a9e1db3838177ee5811cbb76e.mesh<*>res://.godot/imported/track-single-detailed.obj-5f7fd56a9e1db3838177ee5811cbb76e.mesh::uid://cdwwcby54pecs::::res://resources/train kit/Textures/colormap.png
|
|
||||||
track-single.obj::Mesh::1270378453466939746::1727040293::1768551393::1::::<><><>0<>0<>db41a7c14cdc72962e88abfb7663e0c9<>res://.godot/imported/track-single.obj-824d2bb59c710f46bb5ac843f464a8db.mesh<*>res://.godot/imported/track-single.obj-824d2bb59c710f46bb5ac843f464a8db.mesh::uid://cdwwcby54pecs::::res://resources/train kit/Textures/colormap.png
|
|
||||||
track.obj::Mesh::2392610820485588542::1727040292::1768551393::1::::<><><>0<>0<>e4b2d070c49cab8649c7375dcc06eda8<>res://.godot/imported/track.obj-ee583d615e008ef93964d95f9e7874f8.mesh<*>res://.godot/imported/track.obj-ee583d615e008ef93964d95f9e7874f8.mesh::uid://cdwwcby54pecs::::res://resources/train kit/Textures/colormap.png
|
|
||||||
train-carriage-box.obj::Mesh::5285526839157740495::1727040293::1768551393::1::::<><><>0<>0<>9ed3d10d57903c7ed8136d889a4a1e5b<>res://.godot/imported/train-carriage-box.obj-8f8d9ab9ffa46b40df69a216feb25aaa.mesh<*>res://.godot/imported/train-carriage-box.obj-8f8d9ab9ffa46b40df69a216feb25aaa.mesh::uid://cdwwcby54pecs::::res://resources/train kit/Textures/colormap.png
|
|
||||||
train-carriage-coal.obj::Mesh::1400191853617954637::1727040293::1768551393::1::::<><><>0<>0<>446b50804b75d81b06a256f1a49a171a<>res://.godot/imported/train-carriage-coal.obj-d29f64bbff0b88dc83e03cbe59bc9fc8.mesh<*>res://.godot/imported/train-carriage-coal.obj-d29f64bbff0b88dc83e03cbe59bc9fc8.mesh::uid://cdwwcby54pecs::::res://resources/train kit/Textures/colormap.png
|
|
||||||
train-carriage-container-blue.obj::Mesh::7912899214845745337::1727040293::1768551393::1::::<><><>0<>0<>4d3e0c35f9db894504894c90d5d10a8b<>res://.godot/imported/train-carriage-container-blue.obj-f6f831f41b8ce05909c41856587e3fd2.mesh<*>res://.godot/imported/train-carriage-container-blue.obj-f6f831f41b8ce05909c41856587e3fd2.mesh::uid://cdwwcby54pecs::::res://resources/train kit/Textures/colormap.png
|
|
||||||
train-carriage-container-green.obj::Mesh::948270676703651309::1727040293::1768551393::1::::<><><>0<>0<>d10953aa7d3a5145930b72bdb43ad3a7<>res://.godot/imported/train-carriage-container-green.obj-c6bc6ffde29b5d72adc551ca27652c6f.mesh<*>res://.godot/imported/train-carriage-container-green.obj-c6bc6ffde29b5d72adc551ca27652c6f.mesh::uid://cdwwcby54pecs::::res://resources/train kit/Textures/colormap.png
|
|
||||||
train-carriage-container-red.obj::Mesh::6148102040585227311::1727040293::1768551393::1::::<><><>0<>0<>9515a623c927515bd4945a5215235583<>res://.godot/imported/train-carriage-container-red.obj-07ce1d149a8aacb940b340a0a0cb7135.mesh<*>res://.godot/imported/train-carriage-container-red.obj-07ce1d149a8aacb940b340a0a0cb7135.mesh::uid://cdwwcby54pecs::::res://resources/train kit/Textures/colormap.png
|
|
||||||
train-carriage-dirt.obj::Mesh::4502936489027110184::1727040293::1768551393::1::::<><><>0<>0<>27dc33dab969bfa00ea01d5054e15e48<>res://.godot/imported/train-carriage-dirt.obj-80dfc4a1b9330c99cf84682cc08a9f24.mesh<*>res://.godot/imported/train-carriage-dirt.obj-80dfc4a1b9330c99cf84682cc08a9f24.mesh::uid://cdwwcby54pecs::::res://resources/train kit/Textures/colormap.png
|
|
||||||
train-carriage-flatbed-wood.obj::Mesh::1637462407022207852::1727040293::1768551393::1::::<><><>0<>0<>35ad3fb9bca49f3e362fd2d60b1fb975<>res://.godot/imported/train-carriage-flatbed-wood.obj-98605b392ed327c396200e2945d6d3a8.mesh<*>res://.godot/imported/train-carriage-flatbed-wood.obj-98605b392ed327c396200e2945d6d3a8.mesh::uid://cdwwcby54pecs::::res://resources/train kit/Textures/colormap.png
|
|
||||||
train-carriage-flatbed.obj::Mesh::8009244906730480008::1727040293::1768551392::1::::<><><>0<>0<>0ff01668ae7f16c7f146bb30dc35286a<>res://.godot/imported/train-carriage-flatbed.obj-2ca733e5734d50924e32eb8a2dc0f49d.mesh<*>res://.godot/imported/train-carriage-flatbed.obj-2ca733e5734d50924e32eb8a2dc0f49d.mesh::uid://cdwwcby54pecs::::res://resources/train kit/Textures/colormap.png
|
|
||||||
train-carriage-lumber.obj::Mesh::1456533102623608953::1727040293::1768551392::1::::<><><>0<>0<>3fe8fdd14af94c298b52a6bcdfc61f93<>res://.godot/imported/train-carriage-lumber.obj-f461d98eb35e53099f9954dafe77f432.mesh<*>res://.godot/imported/train-carriage-lumber.obj-f461d98eb35e53099f9954dafe77f432.mesh::uid://cdwwcby54pecs::::res://resources/train kit/Textures/colormap.png
|
|
||||||
train-carriage-tank-large.obj::Mesh::6773940842051376253::1727040293::1768551392::1::::<><><>0<>0<>409b75c4e734d4bcbd6bcd744cca0f33<>res://.godot/imported/train-carriage-tank-large.obj-57845bc52b1ff06c77614d69309513ef.mesh<*>res://.godot/imported/train-carriage-tank-large.obj-57845bc52b1ff06c77614d69309513ef.mesh::uid://cdwwcby54pecs::::res://resources/train kit/Textures/colormap.png
|
|
||||||
train-carriage-tank.obj::Mesh::6523851614878298112::1727040293::1768551392::1::::<><><>0<>0<>4282da2dd4f0af228f46c81b2ca49956<>res://.godot/imported/train-carriage-tank.obj-211bcb390aced75f6de564bd7a75dcd7.mesh<*>res://.godot/imported/train-carriage-tank.obj-211bcb390aced75f6de564bd7a75dcd7.mesh::uid://cdwwcby54pecs::::res://resources/train kit/Textures/colormap.png
|
|
||||||
train-carriage-wood.obj::Mesh::4087583759904132474::1727040293::1768551392::1::::<><><>0<>0<>b04fed5542ea9ca4549ef59c713fe296<>res://.godot/imported/train-carriage-wood.obj-e885a6fcaeaca3f27dc20cbb308e5716.mesh<*>res://.godot/imported/train-carriage-wood.obj-e885a6fcaeaca3f27dc20cbb308e5716.mesh::uid://cdwwcby54pecs::::res://resources/train kit/Textures/colormap.png
|
|
||||||
train-connector.obj::Mesh::5119366524856010919::1727040293::1768551392::1::::<><><>0<>0<>bf7785a0024cdbc0c84a39793cb924fd<>res://.godot/imported/train-connector.obj-66d1ef728b1a9b62df2e15dd8a56ede6.mesh<*>res://.godot/imported/train-connector.obj-66d1ef728b1a9b62df2e15dd8a56ede6.mesh::uid://cdwwcby54pecs::::res://resources/train kit/Textures/colormap.png
|
|
||||||
train-diesel-a.obj::Mesh::5684471284610758390::1727040293::1768551392::1::::<><><>0<>0<>058e71a4f6432080743abf83257025fc<>res://.godot/imported/train-diesel-a.obj-42016a93c9a96e41b515043d265a7e80.mesh<*>res://.godot/imported/train-diesel-a.obj-42016a93c9a96e41b515043d265a7e80.mesh::uid://cdwwcby54pecs::::res://resources/train kit/Textures/colormap.png
|
|
||||||
train-diesel-b.obj::Mesh::1259747481323615824::1727040293::1768551392::1::::<><><>0<>0<>aa6e406541ccbedef7a0e481b896075f<>res://.godot/imported/train-diesel-b.obj-98edcfc99dab21cc4fec8142e431be60.mesh<*>res://.godot/imported/train-diesel-b.obj-98edcfc99dab21cc4fec8142e431be60.mesh::uid://cdwwcby54pecs::::res://resources/train kit/Textures/colormap.png
|
|
||||||
train-diesel-box-a.obj::Mesh::4139206454302460416::1727040293::1768551392::1::::<><><>0<>0<>7940e6d67dc04638d7ce307e73ccd84b<>res://.godot/imported/train-diesel-box-a.obj-725ff84b7b2ab5c75dfab86516e388e3.mesh<*>res://.godot/imported/train-diesel-box-a.obj-725ff84b7b2ab5c75dfab86516e388e3.mesh::uid://cdwwcby54pecs::::res://resources/train kit/Textures/colormap.png
|
|
||||||
train-diesel-box-b.obj::Mesh::246439994170922492::1727040294::1768551394::1::::<><><>0<>0<>c3598c461551f62fc53d6870de3fb248<>res://.godot/imported/train-diesel-box-b.obj-e8940a01b0de2af32f2cf1bc2b63adde.mesh<*>res://.godot/imported/train-diesel-box-b.obj-e8940a01b0de2af32f2cf1bc2b63adde.mesh::uid://cdwwcby54pecs::::res://resources/train kit/Textures/colormap.png
|
|
||||||
train-diesel-box-c.obj::Mesh::814596871603326648::1727040294::1768551394::1::::<><><>0<>0<>ae87b0cdfdd0e870b0ddc29546e62973<>res://.godot/imported/train-diesel-box-c.obj-aae68b03a3188d9db54de1c72e328612.mesh<*>res://.godot/imported/train-diesel-box-c.obj-aae68b03a3188d9db54de1c72e328612.mesh::uid://cdwwcby54pecs::::res://resources/train kit/Textures/colormap.png
|
|
||||||
train-diesel-c.obj::Mesh::2920683809660642258::1727040294::1768551394::1::::<><><>0<>0<>e5b2ca3c30b34a250d1495b901948a45<>res://.godot/imported/train-diesel-c.obj-4b0a5906081fc829ad011a59b39e0046.mesh<*>res://.godot/imported/train-diesel-c.obj-4b0a5906081fc829ad011a59b39e0046.mesh::uid://cdwwcby54pecs::::res://resources/train kit/Textures/colormap.png
|
|
||||||
train-electric-bullet-a.obj::Mesh::328496920041503071::1727040294::1768551394::1::::<><><>0<>0<>71f8075f13bb26d4a4b3187cdb9350e7<>res://.godot/imported/train-electric-bullet-a.obj-7182359b5c42d6efffcc613d9ebc4e50.mesh<*>res://.godot/imported/train-electric-bullet-a.obj-7182359b5c42d6efffcc613d9ebc4e50.mesh::uid://cdwwcby54pecs::::res://resources/train kit/Textures/colormap.png
|
|
||||||
train-electric-bullet-b.obj::Mesh::8246435315843819901::1727040294::1768551394::1::::<><><>0<>0<>241bdd3e99b68890085d5e813989c66a<>res://.godot/imported/train-electric-bullet-b.obj-43221345e4e407ca1304df0475d20028.mesh<*>res://.godot/imported/train-electric-bullet-b.obj-43221345e4e407ca1304df0475d20028.mesh::uid://cdwwcby54pecs::::res://resources/train kit/Textures/colormap.png
|
|
||||||
train-electric-bullet-c.obj::Mesh::291582007325126424::1727040294::1768551394::1::::<><><>0<>0<>4d34f05d45c11120c3649bd4e4637657<>res://.godot/imported/train-electric-bullet-c.obj-d783fc84c62e6b23905aa2e4c97be637.mesh<*>res://.godot/imported/train-electric-bullet-c.obj-d783fc84c62e6b23905aa2e4c97be637.mesh::uid://cdwwcby54pecs::::res://resources/train kit/Textures/colormap.png
|
|
||||||
train-electric-city-a.obj::Mesh::4593345706132140372::1727040294::1768551394::1::::<><><>0<>0<>6864de9d4f8bee0fb4bde85511506367<>res://.godot/imported/train-electric-city-a.obj-358b62db898fe8bbf12912e3676aad93.mesh<*>res://.godot/imported/train-electric-city-a.obj-358b62db898fe8bbf12912e3676aad93.mesh::uid://cdwwcby54pecs::::res://resources/train kit/Textures/colormap.png
|
|
||||||
train-electric-city-b.obj::Mesh::5070300044209486107::1727040294::1768551393::1::::<><><>0<>0<>695783e8cf5355fa3c065019779beddb<>res://.godot/imported/train-electric-city-b.obj-334a427edd615048d898dc8aea3d1109.mesh<*>res://.godot/imported/train-electric-city-b.obj-334a427edd615048d898dc8aea3d1109.mesh::uid://cdwwcby54pecs::::res://resources/train kit/Textures/colormap.png
|
|
||||||
train-electric-city-c.obj::Mesh::1530811980929493979::1727040294::1768551393::1::::<><><>0<>0<>e23dc04632ec26e7d620583e593ba3a1<>res://.godot/imported/train-electric-city-c.obj-047ea822b849d01c0ff12be1c85a79dd.mesh<*>res://.godot/imported/train-electric-city-c.obj-047ea822b849d01c0ff12be1c85a79dd.mesh::uid://cdwwcby54pecs::::res://resources/train kit/Textures/colormap.png
|
|
||||||
train-electric-double-a.obj::Mesh::3072358943496192828::1727040294::1768551393::1::::<><><>0<>0<>3ebc3f210332d00dcd3c2577a7500926<>res://.godot/imported/train-electric-double-a.obj-418a04f04000d36029021d9003ceec74.mesh<*>res://.godot/imported/train-electric-double-a.obj-418a04f04000d36029021d9003ceec74.mesh::uid://cdwwcby54pecs::::res://resources/train kit/Textures/colormap.png
|
|
||||||
train-electric-double-b.obj::Mesh::2354364002664445059::1727040294::1768551393::1::::<><><>0<>0<>156ecf0a85211ee2676f7ebfd5e17a69<>res://.godot/imported/train-electric-double-b.obj-c57209491b98a5ac4e1f68b360ae0e87.mesh<*>res://.godot/imported/train-electric-double-b.obj-c57209491b98a5ac4e1f68b360ae0e87.mesh::uid://cdwwcby54pecs::::res://resources/train kit/Textures/colormap.png
|
|
||||||
train-electric-double-c.obj::Mesh::7533396512568912403::1727040294::1768551393::1::::<><><>0<>0<>2f9e7895a17e7b468958cc77abf2789e<>res://.godot/imported/train-electric-double-c.obj-abc26a750cf56b825f863b83f5d1d4d1.mesh<*>res://.godot/imported/train-electric-double-c.obj-abc26a750cf56b825f863b83f5d1d4d1.mesh::uid://cdwwcby54pecs::::res://resources/train kit/Textures/colormap.png
|
|
||||||
train-electric-square-a.obj::Mesh::7317436641595073535::1727040295::1768551393::1::::<><><>0<>0<>e901b4d2323941812c49a9a0a524814f<>res://.godot/imported/train-electric-square-a.obj-f7bf5679862e7bf9374a400bedbc6ecc.mesh<*>res://.godot/imported/train-electric-square-a.obj-f7bf5679862e7bf9374a400bedbc6ecc.mesh::uid://cdwwcby54pecs::::res://resources/train kit/Textures/colormap.png
|
|
||||||
train-electric-square-b.obj::Mesh::356430964396173834::1727040295::1768551393::1::::<><><>0<>0<>39bc69b2adf759ee048b8e05cb57ebce<>res://.godot/imported/train-electric-square-b.obj-cee2ab25fee7da4bc943a1afce4fd600.mesh<*>res://.godot/imported/train-electric-square-b.obj-cee2ab25fee7da4bc943a1afce4fd600.mesh::uid://cdwwcby54pecs::::res://resources/train kit/Textures/colormap.png
|
|
||||||
train-electric-square-c.obj::Mesh::3454125338412115560::1727040295::1768551393::1::::<><><>0<>0<>438f40393f9a1352990de4e2232b7008<>res://.godot/imported/train-electric-square-c.obj-f02aee75996fda698cdc13e1710e2c2b.mesh<*>res://.godot/imported/train-electric-square-c.obj-f02aee75996fda698cdc13e1710e2c2b.mesh::uid://cdwwcby54pecs::::res://resources/train kit/Textures/colormap.png
|
|
||||||
train-electric-subway-a.obj::Mesh::5749151130042890243::1727040295::1768551393::1::::<><><>0<>0<>687b3d07687f01c234a7b525d5de384a<>res://.godot/imported/train-electric-subway-a.obj-e111adddda257f7dd61b2b9d0580b478.mesh<*>res://.godot/imported/train-electric-subway-a.obj-e111adddda257f7dd61b2b9d0580b478.mesh::uid://cdwwcby54pecs::::res://resources/train kit/Textures/colormap.png
|
|
||||||
train-electric-subway-b.obj::Mesh::9102256992294222743::1727040295::1768551393::1::::<><><>0<>0<>baa3432d0c238155fde7e2aa04990d1d<>res://.godot/imported/train-electric-subway-b.obj-0512db41ca7d3846967f53f6cc51c81a.mesh<*>res://.godot/imported/train-electric-subway-b.obj-0512db41ca7d3846967f53f6cc51c81a.mesh::uid://cdwwcby54pecs::::res://resources/train kit/Textures/colormap.png
|
|
||||||
train-electric-subway-c.obj::Mesh::1144849411384672248::1727040295::1768551393::1::::<><><>0<>0<>73470add18d139c50a671aa293bcb179<>res://.godot/imported/train-electric-subway-c.obj-e19a84c8f4975550bde09a08b0ed4b90.mesh<*>res://.godot/imported/train-electric-subway-c.obj-e19a84c8f4975550bde09a08b0ed4b90.mesh::uid://cdwwcby54pecs::::res://resources/train kit/Textures/colormap.png
|
|
||||||
train-locomotive-a.obj::Mesh::5569588321706693688::1727040295::1768551393::1::::<><><>0<>0<>b3a36e237ea56c5df26e7d4a16202c6c<>res://.godot/imported/train-locomotive-a.obj-1300abdafc3cba57203ddcb5c22c33be.mesh<*>res://.godot/imported/train-locomotive-a.obj-1300abdafc3cba57203ddcb5c22c33be.mesh::uid://cdwwcby54pecs::::res://resources/train kit/Textures/colormap.png
|
|
||||||
train-locomotive-b.obj::Mesh::8699130551121216432::1727040295::1768551393::1::::<><><>0<>0<>84447755e750cf569d0fd11f30f4882e<>res://.godot/imported/train-locomotive-b.obj-8f027c95d601eb1a31cc18649f0f4f72.mesh<*>res://.godot/imported/train-locomotive-b.obj-8f027c95d601eb1a31cc18649f0f4f72.mesh::uid://cdwwcby54pecs::::res://resources/train kit/Textures/colormap.png
|
|
||||||
train-locomotive-c.obj::Mesh::314189921714557759::1727040295::1768551393::1::::<><><>0<>0<>68d2145cef726f90e204ea9f4b57efef<>res://.godot/imported/train-locomotive-c.obj-c629383bf1024b6a922156561b73677e.mesh<*>res://.godot/imported/train-locomotive-c.obj-c629383bf1024b6a922156561b73677e.mesh::uid://cdwwcby54pecs::::res://resources/train kit/Textures/colormap.png
|
|
||||||
train-locomotive-passenger-a.obj::Mesh::7402298086229959708::1727040295::1768551393::1::::<><><>0<>0<>3f523bb37fc70061b83e59907d80b9a3<>res://.godot/imported/train-locomotive-passenger-a.obj-1ecf27bf4c0d10049bcf66164b30a4d6.mesh<*>res://.godot/imported/train-locomotive-passenger-a.obj-1ecf27bf4c0d10049bcf66164b30a4d6.mesh::uid://cdwwcby54pecs::::res://resources/train kit/Textures/colormap.png
|
|
||||||
train-locomotive-passenger-b.obj::Mesh::1005507222256758922::1727040295::1768551393::1::::<><><>0<>0<>397acf24c12505f36b2ad4d729cbf8ea<>res://.godot/imported/train-locomotive-passenger-b.obj-55b5fabfd8bad7d7127c4285f3ba1613.mesh<*>res://.godot/imported/train-locomotive-passenger-b.obj-55b5fabfd8bad7d7127c4285f3ba1613.mesh::uid://cdwwcby54pecs::::res://resources/train kit/Textures/colormap.png
|
|
||||||
train-tram-classic.obj::Mesh::3684736170611761855::1727040295::1768551393::1::::<><><>0<>0<>d1d075ca4ec51c7c6d88bedade388eb6<>res://.godot/imported/train-tram-classic.obj-5c5f7e3ed997a3c6e1af166558bae205.mesh<*>res://.godot/imported/train-tram-classic.obj-5c5f7e3ed997a3c6e1af166558bae205.mesh::uid://cdwwcby54pecs::::res://resources/train kit/Textures/colormap.png
|
|
||||||
train-tram-modern.obj::Mesh::7951114505230208222::1727040295::1768551393::1::::<><><>0<>0<>e6e1242a7148f32651a5ee57a18fd513<>res://.godot/imported/train-tram-modern.obj-91e1e88eed04b0393ca1115cb1980e1b.mesh<*>res://.godot/imported/train-tram-modern.obj-91e1e88eed04b0393ca1115cb1980e1b.mesh::uid://cdwwcby54pecs::::res://resources/train kit/Textures/colormap.png
|
|
||||||
train-tram-round.obj::Mesh::115250456338501034::1727040295::1768551393::1::::<><><>0<>0<>5e3772ddb59635a364b94e1db000bd4a<>res://.godot/imported/train-tram-round.obj-1b613e087f922f3f788c8bf27b8a5616.mesh<*>res://.godot/imported/train-tram-round.obj-1b613e087f922f3f788c8bf27b8a5616.mesh::uid://cdwwcby54pecs::::res://resources/train kit/Textures/colormap.png
|
|
||||||
::res://resources/train kit/Textures/::1769067197
|
|
||||||
colormap.png::CompressedTexture2D::5030163645319353198::1727040840::1768551396::1::::<><><>0<>0<>49486029a612050ab47ae771aec92b8c<>res://.godot/imported/colormap.png-d3d02b00fd834f010bf45b2b9259ea63.s3tc.ctex::
|
|
||||||
::res://scenes/::1769878170
|
|
||||||
gamestate.tscn::PackedScene::4137542781585662412::1769537142::0::1::::<><><>0<>0<><>::uid://s80bt8i6u2hv::::res://scripts/gamestate.gd
|
|
||||||
main.tscn::PackedScene::6062849282872582400::1769537468::0::1::::<><><>0<>0<><>::uid://cfjaa6hq1wpvd::::res://scripts/main.gd
|
|
||||||
musicmanager.tscn::PackedScene::1158465914396145662::1769536753::0::1::::<><><>0<>0<><>::uid://bdluyy5uodjb5::::res://resources/thomastanks_new.mp3
|
|
||||||
train.tscn::PackedScene::5090417957456705533::1769536752::0::1::::<><><>0<>0<><>::
|
|
||||||
trainjourney.tscn::PackedScene::7111673961189096216::1769536751::0::1::::<><><>0<>0<><>::uid://dfyo0h5yj3us8::::res://scripts/trainjourney.gd<>uid://csm5ihvpyw5m7::::res://scenes/main.tscn<>uid://bymoo78gun6a4::::res://scripts/track_generator.gd<>uid://cer3o7xlhju7v::::res://scenes/train.tscn<>uid://cvn333pymsowx::::res://scripts/train.gd<>uid://cgy51h6a5syer::::res://scripts/trainjourney_camera.gd<>uid://bi2atrvjj23tk::::res://resources/audio_on.png<>uid://qrf08uiuhyqg::::res://scenes/musicmanager.tscn<>uid://n6bjl02ikh00::::res://resources/audio_off.png<>uid://by7iywhy2d8uy::::res://scenes/gamestate.tscn
|
|
||||||
train_control.tscn::PackedScene::7634187837543058913::1769878170::0::1::::<><><>0<>0<><>::uid://ckndmko4orxx::::res://scripts/traincontrol.gd<>uid://bg24v3kb5e73l::::res://resources/rail2.png<>uid://csm5ihvpyw5m7::::res://scenes/main.tscn<>uid://ck4j0pekoofm1::::res://scripts/engine.gd<>uid://cm8un80nubjbi::::res://resources/train kit/train-diesel-a.obj<>uid://b65vwus8xxmun::::res://scripts/traincontrol_camera.gd<>uid://df2oi5vyeak81::::res://scripts/train_movement.gd<>uid://b5x80gpkn1swt::::res://scripts/rail_swtich.gd
|
|
||||||
::res://scripts/::1769878171
|
|
||||||
engine.gd::GDScript::5535188650919869270::1769877447::0::1::::<>PathFollow3D<><>0<>0<><>::
|
|
||||||
gamestate.gd::GDScript::1333044411309547839::1769079115::0::1::::<>Node<><>0<>0<><>::
|
|
||||||
main.gd::GDScript::5142366625162981657::1769537142::0::1::::<>Control<><>0<>0<><>::
|
|
||||||
objloader.gd::GDScript::2596173299165953535::1768586602::0::1::::OBJLoader<>RefCounted<><>0<>0<><>::
|
|
||||||
rail_switch.gd::GDScript::84664361793048242::1769876403::0::1::::RailSwitch<>Area3D<><>0<>0<><>::
|
|
||||||
rail_swtich.gd::GDScript::4541615325571300327::1769877343::0::1::::<>Area3D<><>0<>0<><>::
|
|
||||||
scene_switcher.gd::GDScript::9078813208397392183::1769536784::0::1::::<>Node<><>0<>0<><>::
|
|
||||||
track_generator.gd::GDScript::4096602235093631041::1768587411::0::1::::TrackGenerator<>Node3D<><>0<>0<><>::
|
|
||||||
train.gd::GDScript::6275395567547538251::1769079965::0::1::::Train<>Node3D<><>0<>0<><>::
|
|
||||||
traincontrol.gd::GDScript::161816789508007529::1769878171::0::1::::<>Node3D<><>0<>0<><>::
|
|
||||||
traincontrol_camera.gd::GDScript::4625521593212407341::1769519796::0::1::::TrainControlCamera<>Camera3D<><>0<>0<><>::
|
|
||||||
trainjourney.gd::GDScript::7560646433224437573::1769519382::0::1::::<>Node3D<><>0<>0<><>::
|
|
||||||
trainjourney_camera.gd::GDScript::5245387851329565609::1769519365::0::1::::TrainJourneyCamera<>Camera3D<><>0<>0<><>::
|
|
||||||
train_movement.gd::GDScript::7566810402116253988::1769878156::0::1::::TrainBody<>MeshInstance3D<><>0<>0<><>::
|
|
||||||
@@ -1,3 +0,0 @@
|
|||||||
[folding]
|
|
||||||
|
|
||||||
sections_unfolded=PackedStringArray()
|
|
||||||
@@ -1,190 +0,0 @@
|
|||||||
[editor_states]
|
|
||||||
|
|
||||||
Anim={
|
|
||||||
"visible": false
|
|
||||||
}
|
|
||||||
2D={
|
|
||||||
"grid_offset": Vector2(0, 0),
|
|
||||||
"grid_snap_active": false,
|
|
||||||
"grid_step": Vector2(8, 8),
|
|
||||||
"grid_visibility": 1,
|
|
||||||
"ofs": Vector2(-184, -129),
|
|
||||||
"primary_grid_step": Vector2i(8, 8),
|
|
||||||
"show_group_gizmos": true,
|
|
||||||
"show_guides": true,
|
|
||||||
"show_helpers": false,
|
|
||||||
"show_lock_gizmos": true,
|
|
||||||
"show_origin": true,
|
|
||||||
"show_position_gizmos": true,
|
|
||||||
"show_rulers": true,
|
|
||||||
"show_transformation_gizmos": true,
|
|
||||||
"show_viewport": true,
|
|
||||||
"show_zoom_control": true,
|
|
||||||
"smart_snap_active": false,
|
|
||||||
"snap_guides": true,
|
|
||||||
"snap_node_anchors": true,
|
|
||||||
"snap_node_center": true,
|
|
||||||
"snap_node_parent": true,
|
|
||||||
"snap_node_sides": true,
|
|
||||||
"snap_other_nodes": true,
|
|
||||||
"snap_pixel": true,
|
|
||||||
"snap_relative": false,
|
|
||||||
"snap_rotation": false,
|
|
||||||
"snap_rotation_offset": 0.0,
|
|
||||||
"snap_rotation_step": 0.2617994,
|
|
||||||
"snap_scale": false,
|
|
||||||
"snap_scale_step": 0.1,
|
|
||||||
"zoom": 0.25
|
|
||||||
}
|
|
||||||
3D={
|
|
||||||
"fov": 70.01,
|
|
||||||
"gizmos_status": {
|
|
||||||
"AudioListener3D": 0,
|
|
||||||
"AudioStreamPlayer3D": 0,
|
|
||||||
"CPUParticles3D": 0,
|
|
||||||
"CSGShape3D": 0,
|
|
||||||
"Camera3D": 0,
|
|
||||||
"CollisionObject3D": 0,
|
|
||||||
"CollisionPolygon3D": 0,
|
|
||||||
"CollisionShape3D": 0,
|
|
||||||
"Decal": 0,
|
|
||||||
"FogVolume": 0,
|
|
||||||
"GPUParticles3D": 0,
|
|
||||||
"GPUParticlesCollision3D": 0,
|
|
||||||
"Joint3D": 0,
|
|
||||||
"Light3D": 0,
|
|
||||||
"LightmapGI": 0,
|
|
||||||
"LightmapProbe": 0,
|
|
||||||
"Marker3D": 0,
|
|
||||||
"MeshInstance3DCustomAABB": 0,
|
|
||||||
"NavigationLink3D": 0,
|
|
||||||
"NavigationObstacle3D": 0,
|
|
||||||
"NavigationRegion3D": 0,
|
|
||||||
"OccluderInstance3D": 0,
|
|
||||||
"Particles3DEmissionShape": 0,
|
|
||||||
"Path3D": 0,
|
|
||||||
"PhysicalBone3D": 0,
|
|
||||||
"RayCast3D": 0,
|
|
||||||
"ReflectionProbe": 0,
|
|
||||||
"ShapeCast3D": 0,
|
|
||||||
"Skeleton3D": 0,
|
|
||||||
"SoftBody3D": 0,
|
|
||||||
"SpringArm3D": 0,
|
|
||||||
"SpringBoneCollision3D": 0,
|
|
||||||
"SpringBoneSimulator3D": 0,
|
|
||||||
"VehicleWheel3D": 0,
|
|
||||||
"VisibleOnScreenNotifier3D": 0,
|
|
||||||
"VoxelGI": 0
|
|
||||||
},
|
|
||||||
"local_coords": false,
|
|
||||||
"preview_sun_env": {
|
|
||||||
"environ_ao_enabled": false,
|
|
||||||
"environ_enabled": true,
|
|
||||||
"environ_energy": 1.0,
|
|
||||||
"environ_gi_enabled": false,
|
|
||||||
"environ_glow_enabled": true,
|
|
||||||
"environ_ground_color": Color(0.2, 0.169, 0.133, 1),
|
|
||||||
"environ_sky_color": Color(0.385, 0.454, 0.55, 1),
|
|
||||||
"environ_tonemap_enabled": true,
|
|
||||||
"sun_color": Color(1, 1, 1, 1),
|
|
||||||
"sun_enabled": true,
|
|
||||||
"sun_energy": 1.0,
|
|
||||||
"sun_rotation": Vector2(-1.0471976, 2.6179938),
|
|
||||||
"sun_shadow_max_distance": 100.0
|
|
||||||
},
|
|
||||||
"rotate_snap": 15.0,
|
|
||||||
"scale_snap": 10.0,
|
|
||||||
"show_grid": true,
|
|
||||||
"show_origin": true,
|
|
||||||
"snap_enabled": false,
|
|
||||||
"translate_snap": 1.0,
|
|
||||||
"viewport_mode": 1,
|
|
||||||
"viewports": [{
|
|
||||||
"auto_orthogonal": false,
|
|
||||||
"auto_orthogonal_enabled": true,
|
|
||||||
"cinematic_preview": false,
|
|
||||||
"display_mode": 22,
|
|
||||||
"distance": 4.0,
|
|
||||||
"doppler": false,
|
|
||||||
"frame_time": false,
|
|
||||||
"gizmos": true,
|
|
||||||
"grid": true,
|
|
||||||
"half_res": false,
|
|
||||||
"information": false,
|
|
||||||
"listener": true,
|
|
||||||
"lock_rotation": false,
|
|
||||||
"orthogonal": false,
|
|
||||||
"position": Vector3(0, 0, 0),
|
|
||||||
"transform_gizmo": true,
|
|
||||||
"use_environment": false,
|
|
||||||
"view_type": 0,
|
|
||||||
"x_rotation": 0.5,
|
|
||||||
"y_rotation": -0.5
|
|
||||||
}, {
|
|
||||||
"auto_orthogonal": false,
|
|
||||||
"auto_orthogonal_enabled": true,
|
|
||||||
"cinematic_preview": false,
|
|
||||||
"display_mode": 22,
|
|
||||||
"distance": 4.0,
|
|
||||||
"doppler": false,
|
|
||||||
"frame_time": false,
|
|
||||||
"gizmos": true,
|
|
||||||
"grid": true,
|
|
||||||
"half_res": false,
|
|
||||||
"information": false,
|
|
||||||
"listener": false,
|
|
||||||
"lock_rotation": false,
|
|
||||||
"orthogonal": false,
|
|
||||||
"position": Vector3(0, 0, 0),
|
|
||||||
"transform_gizmo": true,
|
|
||||||
"use_environment": false,
|
|
||||||
"view_type": 0,
|
|
||||||
"x_rotation": 0.5,
|
|
||||||
"y_rotation": -0.5
|
|
||||||
}, {
|
|
||||||
"auto_orthogonal": false,
|
|
||||||
"auto_orthogonal_enabled": true,
|
|
||||||
"cinematic_preview": false,
|
|
||||||
"display_mode": 22,
|
|
||||||
"distance": 4.0,
|
|
||||||
"doppler": false,
|
|
||||||
"frame_time": false,
|
|
||||||
"gizmos": true,
|
|
||||||
"grid": true,
|
|
||||||
"half_res": false,
|
|
||||||
"information": false,
|
|
||||||
"listener": false,
|
|
||||||
"lock_rotation": false,
|
|
||||||
"orthogonal": false,
|
|
||||||
"position": Vector3(0, 0, 0),
|
|
||||||
"transform_gizmo": true,
|
|
||||||
"use_environment": false,
|
|
||||||
"view_type": 0,
|
|
||||||
"x_rotation": 0.5,
|
|
||||||
"y_rotation": -0.5
|
|
||||||
}, {
|
|
||||||
"auto_orthogonal": false,
|
|
||||||
"auto_orthogonal_enabled": true,
|
|
||||||
"cinematic_preview": false,
|
|
||||||
"display_mode": 22,
|
|
||||||
"distance": 4.0,
|
|
||||||
"doppler": false,
|
|
||||||
"frame_time": false,
|
|
||||||
"gizmos": true,
|
|
||||||
"grid": true,
|
|
||||||
"half_res": false,
|
|
||||||
"information": false,
|
|
||||||
"listener": false,
|
|
||||||
"lock_rotation": false,
|
|
||||||
"orthogonal": false,
|
|
||||||
"position": Vector3(0, 0, 0),
|
|
||||||
"transform_gizmo": true,
|
|
||||||
"use_environment": false,
|
|
||||||
"view_type": 0,
|
|
||||||
"x_rotation": 0.5,
|
|
||||||
"y_rotation": -0.5
|
|
||||||
}],
|
|
||||||
"zfar": 4000.01,
|
|
||||||
"znear": 0.05
|
|
||||||
}
|
|
||||||
selected_nodes=Array[NodePath]([NodePath("/root/@EditorNode@20438/@Panel@14/@VBoxContainer@15/DockHSplitLeftL/DockHSplitLeftR/DockHSplitMain/@VBoxContainer@26/DockVSplitCenter/@VSplitContainer@62/@VBoxContainer@63/@EditorMainScreen@103/MainScreen/@CanvasItemEditor@10871/@VSplitContainer@10516/@HSplitContainer@10518/@HSplitContainer@10520/@Control@10521/@SubViewportContainer@10522/@SubViewport@10523/GameState")])
|
|
||||||
@@ -1,5 +0,0 @@
|
|||||||
[folding]
|
|
||||||
|
|
||||||
node_unfolds=[]
|
|
||||||
resource_unfolds=[]
|
|
||||||
nodes_folded=[]
|
|
||||||
@@ -1,3 +0,0 @@
|
|||||||
[folding]
|
|
||||||
|
|
||||||
sections_unfolded=PackedStringArray()
|
|
||||||
@@ -1,3 +0,0 @@
|
|||||||
[folding]
|
|
||||||
|
|
||||||
sections_unfolded=PackedStringArray()
|
|
||||||
@@ -1,192 +0,0 @@
|
|||||||
[editor_states]
|
|
||||||
|
|
||||||
2D={
|
|
||||||
"grid_offset": Vector2(0, 0),
|
|
||||||
"grid_snap_active": false,
|
|
||||||
"grid_step": Vector2(8, 8),
|
|
||||||
"grid_visibility": 1,
|
|
||||||
"ofs": Vector2(-184, -129),
|
|
||||||
"primary_grid_step": Vector2i(8, 8),
|
|
||||||
"show_group_gizmos": true,
|
|
||||||
"show_guides": true,
|
|
||||||
"show_helpers": false,
|
|
||||||
"show_lock_gizmos": true,
|
|
||||||
"show_origin": true,
|
|
||||||
"show_position_gizmos": true,
|
|
||||||
"show_rulers": true,
|
|
||||||
"show_transformation_gizmos": true,
|
|
||||||
"show_viewport": true,
|
|
||||||
"show_zoom_control": true,
|
|
||||||
"smart_snap_active": false,
|
|
||||||
"snap_guides": true,
|
|
||||||
"snap_node_anchors": true,
|
|
||||||
"snap_node_center": true,
|
|
||||||
"snap_node_parent": true,
|
|
||||||
"snap_node_sides": true,
|
|
||||||
"snap_other_nodes": true,
|
|
||||||
"snap_pixel": true,
|
|
||||||
"snap_relative": false,
|
|
||||||
"snap_rotation": false,
|
|
||||||
"snap_rotation_offset": 0.0,
|
|
||||||
"snap_rotation_step": 0.2617994,
|
|
||||||
"snap_scale": false,
|
|
||||||
"snap_scale_step": 0.1,
|
|
||||||
"zoom": 0.25
|
|
||||||
}
|
|
||||||
3D={
|
|
||||||
"fov": 70.01,
|
|
||||||
"gizmos_status": {
|
|
||||||
"AudioListener3D": 0,
|
|
||||||
"AudioStreamPlayer3D": 0,
|
|
||||||
"CPUParticles3D": 0,
|
|
||||||
"CSGShape3D": 0,
|
|
||||||
"Camera3D": 0,
|
|
||||||
"ChainIK3D": 0,
|
|
||||||
"CollisionObject3D": 0,
|
|
||||||
"CollisionPolygon3D": 0,
|
|
||||||
"CollisionShape3D": 0,
|
|
||||||
"Decal": 0,
|
|
||||||
"FogVolume": 0,
|
|
||||||
"GPUParticles3D": 0,
|
|
||||||
"GPUParticlesCollision3D": 0,
|
|
||||||
"Joint3D": 0,
|
|
||||||
"Light3D": 0,
|
|
||||||
"LightmapGI": 0,
|
|
||||||
"LightmapProbe": 0,
|
|
||||||
"Marker3D": 0,
|
|
||||||
"MeshInstance3DCustomAABB": 0,
|
|
||||||
"NavigationLink3D": 0,
|
|
||||||
"NavigationObstacle3D": 0,
|
|
||||||
"NavigationRegion3D": 0,
|
|
||||||
"OccluderInstance3D": 0,
|
|
||||||
"Particles3DEmissionShape": 0,
|
|
||||||
"Path3D": 0,
|
|
||||||
"PhysicalBone3D": 0,
|
|
||||||
"RayCast3D": 0,
|
|
||||||
"ReflectionProbe": 0,
|
|
||||||
"ShapeCast3D": 0,
|
|
||||||
"Skeleton3D": 0,
|
|
||||||
"SoftBody3D": 0,
|
|
||||||
"SpringArm3D": 0,
|
|
||||||
"SpringBoneCollision3D": 0,
|
|
||||||
"SpringBoneSimulator3D": 0,
|
|
||||||
"TwoBoneIK3D": 0,
|
|
||||||
"VehicleWheel3D": 0,
|
|
||||||
"VisibleOnScreenNotifier3D": 0,
|
|
||||||
"VoxelGI": 0
|
|
||||||
},
|
|
||||||
"local_coords": false,
|
|
||||||
"preview_sun_env": {
|
|
||||||
"environ_ao_enabled": false,
|
|
||||||
"environ_enabled": true,
|
|
||||||
"environ_energy": 1.0,
|
|
||||||
"environ_gi_enabled": false,
|
|
||||||
"environ_glow_enabled": true,
|
|
||||||
"environ_ground_color": Color(0.2, 0.169, 0.133, 1),
|
|
||||||
"environ_sky_color": Color(0.385, 0.454, 0.55, 1),
|
|
||||||
"environ_tonemap_enabled": true,
|
|
||||||
"sun_color": Color(1, 1, 1, 1),
|
|
||||||
"sun_enabled": true,
|
|
||||||
"sun_energy": 1.0,
|
|
||||||
"sun_rotation": Vector2(-1.0471976, 2.6179938),
|
|
||||||
"sun_shadow_max_distance": 100.0
|
|
||||||
},
|
|
||||||
"rotate_snap": 15.0,
|
|
||||||
"scale_snap": 10.0,
|
|
||||||
"show_grid": true,
|
|
||||||
"show_origin": true,
|
|
||||||
"snap_enabled": false,
|
|
||||||
"translate_snap": 1.0,
|
|
||||||
"viewport_mode": 1,
|
|
||||||
"viewports": [{
|
|
||||||
"auto_orthogonal": false,
|
|
||||||
"auto_orthogonal_enabled": true,
|
|
||||||
"cinematic_preview": false,
|
|
||||||
"display_mode": 22,
|
|
||||||
"distance": 4.0,
|
|
||||||
"doppler": false,
|
|
||||||
"frame_time": false,
|
|
||||||
"gizmos": true,
|
|
||||||
"grid": true,
|
|
||||||
"half_res": false,
|
|
||||||
"information": false,
|
|
||||||
"listener": true,
|
|
||||||
"lock_rotation": false,
|
|
||||||
"orthogonal": false,
|
|
||||||
"position": Vector3(0, 0, 0),
|
|
||||||
"transform_gizmo": true,
|
|
||||||
"use_environment": false,
|
|
||||||
"view_type": 0,
|
|
||||||
"x_rotation": 0.5,
|
|
||||||
"y_rotation": -0.5
|
|
||||||
}, {
|
|
||||||
"auto_orthogonal": false,
|
|
||||||
"auto_orthogonal_enabled": true,
|
|
||||||
"cinematic_preview": false,
|
|
||||||
"display_mode": 22,
|
|
||||||
"distance": 4.0,
|
|
||||||
"doppler": false,
|
|
||||||
"frame_time": false,
|
|
||||||
"gizmos": true,
|
|
||||||
"grid": true,
|
|
||||||
"half_res": false,
|
|
||||||
"information": false,
|
|
||||||
"listener": false,
|
|
||||||
"lock_rotation": false,
|
|
||||||
"orthogonal": false,
|
|
||||||
"position": Vector3(0, 0, 0),
|
|
||||||
"transform_gizmo": true,
|
|
||||||
"use_environment": false,
|
|
||||||
"view_type": 0,
|
|
||||||
"x_rotation": 0.5,
|
|
||||||
"y_rotation": -0.5
|
|
||||||
}, {
|
|
||||||
"auto_orthogonal": false,
|
|
||||||
"auto_orthogonal_enabled": true,
|
|
||||||
"cinematic_preview": false,
|
|
||||||
"display_mode": 22,
|
|
||||||
"distance": 4.0,
|
|
||||||
"doppler": false,
|
|
||||||
"frame_time": false,
|
|
||||||
"gizmos": true,
|
|
||||||
"grid": true,
|
|
||||||
"half_res": false,
|
|
||||||
"information": false,
|
|
||||||
"listener": false,
|
|
||||||
"lock_rotation": false,
|
|
||||||
"orthogonal": false,
|
|
||||||
"position": Vector3(0, 0, 0),
|
|
||||||
"transform_gizmo": true,
|
|
||||||
"use_environment": false,
|
|
||||||
"view_type": 0,
|
|
||||||
"x_rotation": 0.5,
|
|
||||||
"y_rotation": -0.5
|
|
||||||
}, {
|
|
||||||
"auto_orthogonal": false,
|
|
||||||
"auto_orthogonal_enabled": true,
|
|
||||||
"cinematic_preview": false,
|
|
||||||
"display_mode": 22,
|
|
||||||
"distance": 4.0,
|
|
||||||
"doppler": false,
|
|
||||||
"frame_time": false,
|
|
||||||
"gizmos": true,
|
|
||||||
"grid": true,
|
|
||||||
"half_res": false,
|
|
||||||
"information": false,
|
|
||||||
"listener": false,
|
|
||||||
"lock_rotation": false,
|
|
||||||
"orthogonal": false,
|
|
||||||
"position": Vector3(0, 0, 0),
|
|
||||||
"transform_gizmo": true,
|
|
||||||
"use_environment": false,
|
|
||||||
"view_type": 0,
|
|
||||||
"x_rotation": 0.5,
|
|
||||||
"y_rotation": -0.5
|
|
||||||
}],
|
|
||||||
"zfar": 4000.01,
|
|
||||||
"znear": 0.05
|
|
||||||
}
|
|
||||||
Anim={
|
|
||||||
"visible": false
|
|
||||||
}
|
|
||||||
selected_nodes=Array[NodePath]([])
|
|
||||||
@@ -1,5 +0,0 @@
|
|||||||
[folding]
|
|
||||||
|
|
||||||
node_unfolds=[]
|
|
||||||
resource_unfolds=[]
|
|
||||||
nodes_folded=[]
|
|
||||||
@@ -1,3 +0,0 @@
|
|||||||
[folding]
|
|
||||||
|
|
||||||
sections_unfolded=PackedStringArray()
|
|
||||||
@@ -1,192 +0,0 @@
|
|||||||
[editor_states]
|
|
||||||
|
|
||||||
2D={
|
|
||||||
"grid_offset": Vector2(0, 0),
|
|
||||||
"grid_snap_active": false,
|
|
||||||
"grid_step": Vector2(8, 8),
|
|
||||||
"grid_visibility": 1,
|
|
||||||
"ofs": Vector2(167.2761, 26.766022),
|
|
||||||
"primary_grid_step": Vector2i(8, 8),
|
|
||||||
"show_group_gizmos": true,
|
|
||||||
"show_guides": true,
|
|
||||||
"show_helpers": false,
|
|
||||||
"show_lock_gizmos": true,
|
|
||||||
"show_origin": true,
|
|
||||||
"show_position_gizmos": true,
|
|
||||||
"show_rulers": true,
|
|
||||||
"show_transformation_gizmos": true,
|
|
||||||
"show_viewport": true,
|
|
||||||
"show_zoom_control": true,
|
|
||||||
"smart_snap_active": false,
|
|
||||||
"snap_guides": true,
|
|
||||||
"snap_node_anchors": true,
|
|
||||||
"snap_node_center": true,
|
|
||||||
"snap_node_parent": true,
|
|
||||||
"snap_node_sides": true,
|
|
||||||
"snap_other_nodes": true,
|
|
||||||
"snap_pixel": true,
|
|
||||||
"snap_relative": false,
|
|
||||||
"snap_rotation": false,
|
|
||||||
"snap_rotation_offset": 0.0,
|
|
||||||
"snap_rotation_step": 0.2617994,
|
|
||||||
"snap_scale": false,
|
|
||||||
"snap_scale_step": 0.1,
|
|
||||||
"zoom": 1.21
|
|
||||||
}
|
|
||||||
3D={
|
|
||||||
"fov": 70.01,
|
|
||||||
"gizmos_status": {
|
|
||||||
"AudioListener3D": 0,
|
|
||||||
"AudioStreamPlayer3D": 0,
|
|
||||||
"CPUParticles3D": 0,
|
|
||||||
"CSGShape3D": 0,
|
|
||||||
"Camera3D": 0,
|
|
||||||
"ChainIK3D": 0,
|
|
||||||
"CollisionObject3D": 0,
|
|
||||||
"CollisionPolygon3D": 0,
|
|
||||||
"CollisionShape3D": 0,
|
|
||||||
"Decal": 0,
|
|
||||||
"FogVolume": 0,
|
|
||||||
"GPUParticles3D": 0,
|
|
||||||
"GPUParticlesCollision3D": 0,
|
|
||||||
"Joint3D": 0,
|
|
||||||
"Light3D": 0,
|
|
||||||
"LightmapGI": 0,
|
|
||||||
"LightmapProbe": 0,
|
|
||||||
"Marker3D": 0,
|
|
||||||
"MeshInstance3DCustomAABB": 0,
|
|
||||||
"NavigationLink3D": 0,
|
|
||||||
"NavigationObstacle3D": 0,
|
|
||||||
"NavigationRegion3D": 0,
|
|
||||||
"OccluderInstance3D": 0,
|
|
||||||
"Particles3DEmissionShape": 0,
|
|
||||||
"Path3D": 0,
|
|
||||||
"PhysicalBone3D": 0,
|
|
||||||
"RayCast3D": 0,
|
|
||||||
"ReflectionProbe": 0,
|
|
||||||
"ShapeCast3D": 0,
|
|
||||||
"Skeleton3D": 0,
|
|
||||||
"SoftBody3D": 0,
|
|
||||||
"SpringArm3D": 0,
|
|
||||||
"SpringBoneCollision3D": 0,
|
|
||||||
"SpringBoneSimulator3D": 0,
|
|
||||||
"TwoBoneIK3D": 0,
|
|
||||||
"VehicleWheel3D": 0,
|
|
||||||
"VisibleOnScreenNotifier3D": 0,
|
|
||||||
"VoxelGI": 0
|
|
||||||
},
|
|
||||||
"local_coords": false,
|
|
||||||
"preview_sun_env": {
|
|
||||||
"environ_ao_enabled": false,
|
|
||||||
"environ_enabled": true,
|
|
||||||
"environ_energy": 1.0,
|
|
||||||
"environ_gi_enabled": false,
|
|
||||||
"environ_glow_enabled": true,
|
|
||||||
"environ_ground_color": Color(0.2, 0.169, 0.133, 1),
|
|
||||||
"environ_sky_color": Color(0.385, 0.454, 0.55, 1),
|
|
||||||
"environ_tonemap_enabled": true,
|
|
||||||
"sun_color": Color(1, 1, 1, 1),
|
|
||||||
"sun_enabled": true,
|
|
||||||
"sun_energy": 1.0,
|
|
||||||
"sun_rotation": Vector2(-1.0471976, 2.6179938),
|
|
||||||
"sun_shadow_max_distance": 100.0
|
|
||||||
},
|
|
||||||
"rotate_snap": 15.0,
|
|
||||||
"scale_snap": 10.0,
|
|
||||||
"show_grid": true,
|
|
||||||
"show_origin": true,
|
|
||||||
"snap_enabled": false,
|
|
||||||
"translate_snap": 1.0,
|
|
||||||
"viewport_mode": 1,
|
|
||||||
"viewports": [{
|
|
||||||
"auto_orthogonal": false,
|
|
||||||
"auto_orthogonal_enabled": true,
|
|
||||||
"cinematic_preview": false,
|
|
||||||
"display_mode": 22,
|
|
||||||
"distance": 4.0,
|
|
||||||
"doppler": false,
|
|
||||||
"frame_time": false,
|
|
||||||
"gizmos": true,
|
|
||||||
"grid": true,
|
|
||||||
"half_res": false,
|
|
||||||
"information": false,
|
|
||||||
"listener": true,
|
|
||||||
"lock_rotation": false,
|
|
||||||
"orthogonal": false,
|
|
||||||
"position": Vector3(0, 0, 0),
|
|
||||||
"transform_gizmo": true,
|
|
||||||
"use_environment": false,
|
|
||||||
"view_type": 0,
|
|
||||||
"x_rotation": 0.5,
|
|
||||||
"y_rotation": -0.5
|
|
||||||
}, {
|
|
||||||
"auto_orthogonal": false,
|
|
||||||
"auto_orthogonal_enabled": true,
|
|
||||||
"cinematic_preview": false,
|
|
||||||
"display_mode": 22,
|
|
||||||
"distance": 4.0,
|
|
||||||
"doppler": false,
|
|
||||||
"frame_time": false,
|
|
||||||
"gizmos": true,
|
|
||||||
"grid": true,
|
|
||||||
"half_res": false,
|
|
||||||
"information": false,
|
|
||||||
"listener": false,
|
|
||||||
"lock_rotation": false,
|
|
||||||
"orthogonal": false,
|
|
||||||
"position": Vector3(0, 0, 0),
|
|
||||||
"transform_gizmo": true,
|
|
||||||
"use_environment": false,
|
|
||||||
"view_type": 0,
|
|
||||||
"x_rotation": 0.5,
|
|
||||||
"y_rotation": -0.5
|
|
||||||
}, {
|
|
||||||
"auto_orthogonal": false,
|
|
||||||
"auto_orthogonal_enabled": true,
|
|
||||||
"cinematic_preview": false,
|
|
||||||
"display_mode": 22,
|
|
||||||
"distance": 4.0,
|
|
||||||
"doppler": false,
|
|
||||||
"frame_time": false,
|
|
||||||
"gizmos": true,
|
|
||||||
"grid": true,
|
|
||||||
"half_res": false,
|
|
||||||
"information": false,
|
|
||||||
"listener": false,
|
|
||||||
"lock_rotation": false,
|
|
||||||
"orthogonal": false,
|
|
||||||
"position": Vector3(0, 0, 0),
|
|
||||||
"transform_gizmo": true,
|
|
||||||
"use_environment": false,
|
|
||||||
"view_type": 0,
|
|
||||||
"x_rotation": 0.5,
|
|
||||||
"y_rotation": -0.5
|
|
||||||
}, {
|
|
||||||
"auto_orthogonal": false,
|
|
||||||
"auto_orthogonal_enabled": true,
|
|
||||||
"cinematic_preview": false,
|
|
||||||
"display_mode": 22,
|
|
||||||
"distance": 4.0,
|
|
||||||
"doppler": false,
|
|
||||||
"frame_time": false,
|
|
||||||
"gizmos": true,
|
|
||||||
"grid": true,
|
|
||||||
"half_res": false,
|
|
||||||
"information": false,
|
|
||||||
"listener": false,
|
|
||||||
"lock_rotation": false,
|
|
||||||
"orthogonal": false,
|
|
||||||
"position": Vector3(0, 0, 0),
|
|
||||||
"transform_gizmo": true,
|
|
||||||
"use_environment": false,
|
|
||||||
"view_type": 0,
|
|
||||||
"x_rotation": 0.5,
|
|
||||||
"y_rotation": -0.5
|
|
||||||
}],
|
|
||||||
"zfar": 4000.01,
|
|
||||||
"znear": 0.05
|
|
||||||
}
|
|
||||||
Anim={
|
|
||||||
"visible": false
|
|
||||||
}
|
|
||||||
selected_nodes=Array[NodePath]([NodePath("/root/@EditorNode@18065/@Panel@14/@VBoxContainer@15/DockHSplitMain/@VBoxContainer@28/DockVSplitCenter/@VSplitContainer@70/@VBoxContainer@71/@EditorMainScreen@125/MainScreen/@CanvasItemEditor@9318/@VSplitContainer@9101/@HSplitContainer@9103/@HSplitContainer@9105/@Control@9106/@SubViewportContainer@9107/@SubViewport@9108/Main")])
|
|
||||||
@@ -1,5 +0,0 @@
|
|||||||
[folding]
|
|
||||||
|
|
||||||
node_unfolds=[NodePath("Panel"), PackedStringArray("Layout", "Theme Overrides", "Theme Overrides/styles"), NodePath("VBoxContainer"), PackedStringArray("Theme Overrides", "Theme Overrides/constants"), NodePath("VBoxContainer/TrainJourney"), PackedStringArray("Theme Overrides", "Theme Overrides/fonts", "Theme Overrides/font_sizes", "Theme Overrides/styles", "theme_override_styles/normal", "Theme Overrides/colors"), NodePath("Label"), PackedStringArray("Theme Overrides", "Theme Overrides/font_sizes", "Theme Overrides/colors")]
|
|
||||||
resource_unfolds=["res://scenes/main.tscn::StyleBoxFlat_sgp6g", PackedStringArray("Border", "Corner Radius", "Shadow"), "res://scenes/main.tscn::StyleBoxFlat_o5qli", PackedStringArray(), "res://scenes/main.tscn::StyleBoxFlat_0wfyh", PackedStringArray(), "res://scenes/main.tscn::StyleBoxEmpty_o5qli", PackedStringArray()]
|
|
||||||
nodes_folded=[]
|
|
||||||
@@ -1,3 +0,0 @@
|
|||||||
[folding]
|
|
||||||
|
|
||||||
sections_unfolded=PackedStringArray()
|
|
||||||
@@ -1,192 +0,0 @@
|
|||||||
[editor_states]
|
|
||||||
|
|
||||||
2D={
|
|
||||||
"grid_offset": Vector2(0, 0),
|
|
||||||
"grid_snap_active": false,
|
|
||||||
"grid_step": Vector2(8, 8),
|
|
||||||
"grid_visibility": 1,
|
|
||||||
"ofs": Vector2(-184, -129),
|
|
||||||
"primary_grid_step": Vector2i(8, 8),
|
|
||||||
"show_group_gizmos": true,
|
|
||||||
"show_guides": true,
|
|
||||||
"show_helpers": false,
|
|
||||||
"show_lock_gizmos": true,
|
|
||||||
"show_origin": true,
|
|
||||||
"show_position_gizmos": true,
|
|
||||||
"show_rulers": true,
|
|
||||||
"show_transformation_gizmos": true,
|
|
||||||
"show_viewport": true,
|
|
||||||
"show_zoom_control": true,
|
|
||||||
"smart_snap_active": false,
|
|
||||||
"snap_guides": true,
|
|
||||||
"snap_node_anchors": true,
|
|
||||||
"snap_node_center": true,
|
|
||||||
"snap_node_parent": true,
|
|
||||||
"snap_node_sides": true,
|
|
||||||
"snap_other_nodes": true,
|
|
||||||
"snap_pixel": true,
|
|
||||||
"snap_relative": false,
|
|
||||||
"snap_rotation": false,
|
|
||||||
"snap_rotation_offset": 0.0,
|
|
||||||
"snap_rotation_step": 0.2617994,
|
|
||||||
"snap_scale": false,
|
|
||||||
"snap_scale_step": 0.1,
|
|
||||||
"zoom": 0.25
|
|
||||||
}
|
|
||||||
3D={
|
|
||||||
"fov": 70.01,
|
|
||||||
"gizmos_status": {
|
|
||||||
"AudioListener3D": 0,
|
|
||||||
"AudioStreamPlayer3D": 0,
|
|
||||||
"CPUParticles3D": 0,
|
|
||||||
"CSGShape3D": 0,
|
|
||||||
"Camera3D": 0,
|
|
||||||
"ChainIK3D": 0,
|
|
||||||
"CollisionObject3D": 0,
|
|
||||||
"CollisionPolygon3D": 0,
|
|
||||||
"CollisionShape3D": 0,
|
|
||||||
"Decal": 0,
|
|
||||||
"FogVolume": 0,
|
|
||||||
"GPUParticles3D": 0,
|
|
||||||
"GPUParticlesCollision3D": 0,
|
|
||||||
"Joint3D": 0,
|
|
||||||
"Light3D": 0,
|
|
||||||
"LightmapGI": 0,
|
|
||||||
"LightmapProbe": 0,
|
|
||||||
"Marker3D": 0,
|
|
||||||
"MeshInstance3DCustomAABB": 0,
|
|
||||||
"NavigationLink3D": 0,
|
|
||||||
"NavigationObstacle3D": 0,
|
|
||||||
"NavigationRegion3D": 0,
|
|
||||||
"OccluderInstance3D": 0,
|
|
||||||
"Particles3DEmissionShape": 0,
|
|
||||||
"Path3D": 0,
|
|
||||||
"PhysicalBone3D": 0,
|
|
||||||
"RayCast3D": 0,
|
|
||||||
"ReflectionProbe": 0,
|
|
||||||
"ShapeCast3D": 0,
|
|
||||||
"Skeleton3D": 0,
|
|
||||||
"SoftBody3D": 0,
|
|
||||||
"SpringArm3D": 0,
|
|
||||||
"SpringBoneCollision3D": 0,
|
|
||||||
"SpringBoneSimulator3D": 0,
|
|
||||||
"TwoBoneIK3D": 0,
|
|
||||||
"VehicleWheel3D": 0,
|
|
||||||
"VisibleOnScreenNotifier3D": 0,
|
|
||||||
"VoxelGI": 0
|
|
||||||
},
|
|
||||||
"local_coords": false,
|
|
||||||
"preview_sun_env": {
|
|
||||||
"environ_ao_enabled": false,
|
|
||||||
"environ_enabled": true,
|
|
||||||
"environ_energy": 1.0,
|
|
||||||
"environ_gi_enabled": false,
|
|
||||||
"environ_glow_enabled": true,
|
|
||||||
"environ_ground_color": Color(0.2, 0.169, 0.133, 1),
|
|
||||||
"environ_sky_color": Color(0.385, 0.454, 0.55, 1),
|
|
||||||
"environ_tonemap_enabled": true,
|
|
||||||
"sun_color": Color(1, 1, 1, 1),
|
|
||||||
"sun_enabled": true,
|
|
||||||
"sun_energy": 1.0,
|
|
||||||
"sun_rotation": Vector2(-1.0471976, 2.6179938),
|
|
||||||
"sun_shadow_max_distance": 100.0
|
|
||||||
},
|
|
||||||
"rotate_snap": 15.0,
|
|
||||||
"scale_snap": 10.0,
|
|
||||||
"show_grid": true,
|
|
||||||
"show_origin": true,
|
|
||||||
"snap_enabled": false,
|
|
||||||
"translate_snap": 1.0,
|
|
||||||
"viewport_mode": 1,
|
|
||||||
"viewports": [{
|
|
||||||
"auto_orthogonal": false,
|
|
||||||
"auto_orthogonal_enabled": true,
|
|
||||||
"cinematic_preview": false,
|
|
||||||
"display_mode": 22,
|
|
||||||
"distance": 4.0,
|
|
||||||
"doppler": false,
|
|
||||||
"frame_time": false,
|
|
||||||
"gizmos": true,
|
|
||||||
"grid": true,
|
|
||||||
"half_res": false,
|
|
||||||
"information": false,
|
|
||||||
"listener": true,
|
|
||||||
"lock_rotation": false,
|
|
||||||
"orthogonal": false,
|
|
||||||
"position": Vector3(0, 0, 0),
|
|
||||||
"transform_gizmo": true,
|
|
||||||
"use_environment": false,
|
|
||||||
"view_type": 0,
|
|
||||||
"x_rotation": 0.5,
|
|
||||||
"y_rotation": -0.5
|
|
||||||
}, {
|
|
||||||
"auto_orthogonal": false,
|
|
||||||
"auto_orthogonal_enabled": true,
|
|
||||||
"cinematic_preview": false,
|
|
||||||
"display_mode": 22,
|
|
||||||
"distance": 4.0,
|
|
||||||
"doppler": false,
|
|
||||||
"frame_time": false,
|
|
||||||
"gizmos": true,
|
|
||||||
"grid": true,
|
|
||||||
"half_res": false,
|
|
||||||
"information": false,
|
|
||||||
"listener": false,
|
|
||||||
"lock_rotation": false,
|
|
||||||
"orthogonal": false,
|
|
||||||
"position": Vector3(0, 0, 0),
|
|
||||||
"transform_gizmo": true,
|
|
||||||
"use_environment": false,
|
|
||||||
"view_type": 0,
|
|
||||||
"x_rotation": 0.5,
|
|
||||||
"y_rotation": -0.5
|
|
||||||
}, {
|
|
||||||
"auto_orthogonal": false,
|
|
||||||
"auto_orthogonal_enabled": true,
|
|
||||||
"cinematic_preview": false,
|
|
||||||
"display_mode": 22,
|
|
||||||
"distance": 4.0,
|
|
||||||
"doppler": false,
|
|
||||||
"frame_time": false,
|
|
||||||
"gizmos": true,
|
|
||||||
"grid": true,
|
|
||||||
"half_res": false,
|
|
||||||
"information": false,
|
|
||||||
"listener": false,
|
|
||||||
"lock_rotation": false,
|
|
||||||
"orthogonal": false,
|
|
||||||
"position": Vector3(0, 0, 0),
|
|
||||||
"transform_gizmo": true,
|
|
||||||
"use_environment": false,
|
|
||||||
"view_type": 0,
|
|
||||||
"x_rotation": 0.5,
|
|
||||||
"y_rotation": -0.5
|
|
||||||
}, {
|
|
||||||
"auto_orthogonal": false,
|
|
||||||
"auto_orthogonal_enabled": true,
|
|
||||||
"cinematic_preview": false,
|
|
||||||
"display_mode": 22,
|
|
||||||
"distance": 4.0,
|
|
||||||
"doppler": false,
|
|
||||||
"frame_time": false,
|
|
||||||
"gizmos": true,
|
|
||||||
"grid": true,
|
|
||||||
"half_res": false,
|
|
||||||
"information": false,
|
|
||||||
"listener": false,
|
|
||||||
"lock_rotation": false,
|
|
||||||
"orthogonal": false,
|
|
||||||
"position": Vector3(0, 0, 0),
|
|
||||||
"transform_gizmo": true,
|
|
||||||
"use_environment": false,
|
|
||||||
"view_type": 0,
|
|
||||||
"x_rotation": 0.5,
|
|
||||||
"y_rotation": -0.5
|
|
||||||
}],
|
|
||||||
"zfar": 4000.01,
|
|
||||||
"znear": 0.05
|
|
||||||
}
|
|
||||||
Anim={
|
|
||||||
"visible": false
|
|
||||||
}
|
|
||||||
selected_nodes=Array[NodePath]([])
|
|
||||||
@@ -1,5 +0,0 @@
|
|||||||
[folding]
|
|
||||||
|
|
||||||
node_unfolds=[NodePath("AudioStreamPlayer2D"), PackedStringArray("stream", "parameters")]
|
|
||||||
resource_unfolds=["res://scenes/musicmanager.tscn::GDScript_ht1d5", PackedStringArray()]
|
|
||||||
nodes_folded=[]
|
|
||||||
@@ -1,3 +0,0 @@
|
|||||||
[folding]
|
|
||||||
|
|
||||||
sections_unfolded=PackedStringArray()
|
|
||||||
@@ -1,45 +0,0 @@
|
|||||||
[game_view]
|
|
||||||
|
|
||||||
select_mode=0
|
|
||||||
embed_size_mode=2
|
|
||||||
|
|
||||||
[editor_metadata]
|
|
||||||
|
|
||||||
executable_path="C:/Develop/Varie/JMP Games/Godot_v4.6-stable_win64.exe/Godot_v4.6-stable_win64.exe"
|
|
||||||
use_advanced_connections=false
|
|
||||||
|
|
||||||
[recent_files]
|
|
||||||
|
|
||||||
scenes=["res://scenes/train_control.tscn", "res://scenes/main.tscn", "res://scenes/gamestate.tscn", "res://scenes/musicmanager.tscn", "res://scenes/train.tscn", "res://scenes/trainjourney.tscn", "res://scenes/game_state.tscn", "res://scenes/wagon.tscn"]
|
|
||||||
scripts=["res://scripts/rail_swtich.gd", "res://scripts/rail_switch.gd", "res://scripts/main.gd", "res://scripts/scene_switcher.gd", "res://scripts/objloader.gd", "res://scripts/traincontrol.gd", "res://scripts/traincontrol_camera.gd", "res://scripts/train_movement.gd", "res://scripts/engine.gd", "res://scripts/trainjourney_camera.gd"]
|
|
||||||
|
|
||||||
[dialog_bounds]
|
|
||||||
|
|
||||||
create_new_node=Rect2(792, 283, 2030, 1400)
|
|
||||||
project_settings=Rect2(1030, 668, 2400, 1400)
|
|
||||||
export=Rect2(1020, 700, 1800, 1000)
|
|
||||||
|
|
||||||
[script_setup]
|
|
||||||
|
|
||||||
last_selected_language="GDScript"
|
|
||||||
create_built_in_script=false
|
|
||||||
|
|
||||||
[color_picker]
|
|
||||||
|
|
||||||
picker_shape=3
|
|
||||||
recent_presets=PackedColorArray(0.69789743, 1, 0.55450225, 1, 0.53611076, 1, 0.55450225, 1, 2.153851e-06, 0.25305444, 0.03645257, 1, 0, 0, 0.5526029, 1, 0.32642248, 0.5324062, 1, 1, 0.49811178, 0.56669223, 0.62454754, 1, 0.64038974, 0.47518224, 0.76488405, 1, 0.30517378, 0.5583905, 0.9008159, 1, 0.42881075, 0.64639634, 0.94499296, 1)
|
|
||||||
color_mode=2
|
|
||||||
|
|
||||||
[export_options]
|
|
||||||
|
|
||||||
default_filename="Procedural Train Tracks"
|
|
||||||
export_debug=true
|
|
||||||
|
|
||||||
[quick_open_dialog]
|
|
||||||
|
|
||||||
last_mode=1
|
|
||||||
|
|
||||||
[linked_properties]
|
|
||||||
|
|
||||||
MeshInstance3D:scale=true
|
|
||||||
StandardMaterial3D:uv1_scale=false
|
|
||||||
@@ -1,4 +0,0 @@
|
|||||||
[selected_history]
|
|
||||||
|
|
||||||
Script=PackedStringArray("uid://b65vwus8xxmun", "uid://s80bt8i6u2hv")
|
|
||||||
PackedScene=PackedStringArray("uid://c8k7h4fvtqxqm", "uid://csm5ihvpyw5m7", "uid://dg1b7t2vssf3f")
|
|
||||||
@@ -1,3 +0,0 @@
|
|||||||
[folding]
|
|
||||||
|
|
||||||
sections_unfolded=PackedStringArray()
|
|
||||||
@@ -1,3 +0,0 @@
|
|||||||
[folding]
|
|
||||||
|
|
||||||
sections_unfolded=PackedStringArray()
|
|
||||||
@@ -1,3 +0,0 @@
|
|||||||
[folding]
|
|
||||||
|
|
||||||
sections_unfolded=PackedStringArray()
|
|
||||||
@@ -1,3 +0,0 @@
|
|||||||
[folding]
|
|
||||||
|
|
||||||
sections_unfolded=PackedStringArray()
|
|
||||||
@@ -1,3 +0,0 @@
|
|||||||
[folding]
|
|
||||||
|
|
||||||
sections_unfolded=PackedStringArray()
|
|
||||||
@@ -1,3 +0,0 @@
|
|||||||
[folding]
|
|
||||||
|
|
||||||
sections_unfolded=PackedStringArray()
|
|
||||||
@@ -1,3 +0,0 @@
|
|||||||
[folding]
|
|
||||||
|
|
||||||
sections_unfolded=PackedStringArray()
|
|
||||||
@@ -1,3 +0,0 @@
|
|||||||
[folding]
|
|
||||||
|
|
||||||
sections_unfolded=PackedStringArray()
|
|
||||||
@@ -1,3 +0,0 @@
|
|||||||
[folding]
|
|
||||||
|
|
||||||
sections_unfolded=PackedStringArray()
|
|
||||||
@@ -1,3 +0,0 @@
|
|||||||
[folding]
|
|
||||||
|
|
||||||
sections_unfolded=PackedStringArray()
|
|
||||||
@@ -1,3 +0,0 @@
|
|||||||
[folding]
|
|
||||||
|
|
||||||
sections_unfolded=PackedStringArray()
|
|
||||||
@@ -1,3 +0,0 @@
|
|||||||
[folding]
|
|
||||||
|
|
||||||
sections_unfolded=PackedStringArray()
|
|
||||||
@@ -1,3 +0,0 @@
|
|||||||
[folding]
|
|
||||||
|
|
||||||
sections_unfolded=PackedStringArray()
|
|
||||||
@@ -1,3 +0,0 @@
|
|||||||
[folding]
|
|
||||||
|
|
||||||
sections_unfolded=PackedStringArray()
|
|
||||||
@@ -1,3 +0,0 @@
|
|||||||
[folding]
|
|
||||||
|
|
||||||
sections_unfolded=PackedStringArray()
|
|
||||||
@@ -1,3 +0,0 @@
|
|||||||
[folding]
|
|
||||||
|
|
||||||
sections_unfolded=PackedStringArray()
|
|
||||||
@@ -1,3 +0,0 @@
|
|||||||
[folding]
|
|
||||||
|
|
||||||
sections_unfolded=PackedStringArray()
|
|
||||||
@@ -1,3 +0,0 @@
|
|||||||
[folding]
|
|
||||||
|
|
||||||
sections_unfolded=PackedStringArray()
|
|
||||||
@@ -1,3 +0,0 @@
|
|||||||
[folding]
|
|
||||||
|
|
||||||
sections_unfolded=PackedStringArray()
|
|
||||||
@@ -1,3 +0,0 @@
|
|||||||
[folding]
|
|
||||||
|
|
||||||
sections_unfolded=PackedStringArray()
|
|
||||||
@@ -1,3 +0,0 @@
|
|||||||
[folding]
|
|
||||||
|
|
||||||
sections_unfolded=PackedStringArray()
|
|
||||||
@@ -1,3 +0,0 @@
|
|||||||
[folding]
|
|
||||||
|
|
||||||
sections_unfolded=PackedStringArray()
|
|
||||||
@@ -1,3 +0,0 @@
|
|||||||
[folding]
|
|
||||||
|
|
||||||
sections_unfolded=PackedStringArray()
|
|
||||||
@@ -1,3 +0,0 @@
|
|||||||
[folding]
|
|
||||||
|
|
||||||
sections_unfolded=PackedStringArray()
|
|
||||||
@@ -1,3 +0,0 @@
|
|||||||
[folding]
|
|
||||||
|
|
||||||
sections_unfolded=PackedStringArray()
|
|
||||||
@@ -1,3 +0,0 @@
|
|||||||
[folding]
|
|
||||||
|
|
||||||
sections_unfolded=PackedStringArray()
|
|
||||||
@@ -1,3 +0,0 @@
|
|||||||
[folding]
|
|
||||||
|
|
||||||
sections_unfolded=PackedStringArray()
|
|
||||||
@@ -1,3 +0,0 @@
|
|||||||
[folding]
|
|
||||||
|
|
||||||
sections_unfolded=PackedStringArray()
|
|
||||||
@@ -1,3 +0,0 @@
|
|||||||
[folding]
|
|
||||||
|
|
||||||
sections_unfolded=PackedStringArray()
|
|
||||||
@@ -1,3 +0,0 @@
|
|||||||
[folding]
|
|
||||||
|
|
||||||
sections_unfolded=PackedStringArray()
|
|
||||||
@@ -1,3 +0,0 @@
|
|||||||
[folding]
|
|
||||||
|
|
||||||
sections_unfolded=PackedStringArray()
|
|
||||||
@@ -1,3 +0,0 @@
|
|||||||
[folding]
|
|
||||||
|
|
||||||
sections_unfolded=PackedStringArray()
|
|
||||||
@@ -1,3 +0,0 @@
|
|||||||
[folding]
|
|
||||||
|
|
||||||
sections_unfolded=PackedStringArray()
|
|
||||||
@@ -1,3 +0,0 @@
|
|||||||
[folding]
|
|
||||||
|
|
||||||
sections_unfolded=PackedStringArray()
|
|
||||||
@@ -1,3 +0,0 @@
|
|||||||
[folding]
|
|
||||||
|
|
||||||
sections_unfolded=PackedStringArray()
|
|
||||||
@@ -1,3 +0,0 @@
|
|||||||
[folding]
|
|
||||||
|
|
||||||
sections_unfolded=PackedStringArray()
|
|
||||||
@@ -1,3 +0,0 @@
|
|||||||
[folding]
|
|
||||||
|
|
||||||
sections_unfolded=PackedStringArray()
|
|
||||||
@@ -1,3 +0,0 @@
|
|||||||
[folding]
|
|
||||||
|
|
||||||
sections_unfolded=PackedStringArray()
|
|
||||||
@@ -1,3 +0,0 @@
|
|||||||
[folding]
|
|
||||||
|
|
||||||
sections_unfolded=PackedStringArray()
|
|
||||||
@@ -1,3 +0,0 @@
|
|||||||
[folding]
|
|
||||||
|
|
||||||
sections_unfolded=PackedStringArray()
|
|
||||||
@@ -1,3 +0,0 @@
|
|||||||
[folding]
|
|
||||||
|
|
||||||
sections_unfolded=PackedStringArray()
|
|
||||||
@@ -1,3 +0,0 @@
|
|||||||
[folding]
|
|
||||||
|
|
||||||
sections_unfolded=PackedStringArray()
|
|
||||||
@@ -1,3 +0,0 @@
|
|||||||
[folding]
|
|
||||||
|
|
||||||
sections_unfolded=PackedStringArray()
|
|
||||||
@@ -1,3 +0,0 @@
|
|||||||
[folding]
|
|
||||||
|
|
||||||
sections_unfolded=PackedStringArray()
|
|
||||||
@@ -1,3 +0,0 @@
|
|||||||
[folding]
|
|
||||||
|
|
||||||
sections_unfolded=PackedStringArray()
|
|
||||||
@@ -1,3 +0,0 @@
|
|||||||
[folding]
|
|
||||||
|
|
||||||
sections_unfolded=PackedStringArray()
|
|
||||||
@@ -1,3 +0,0 @@
|
|||||||
[folding]
|
|
||||||
|
|
||||||
sections_unfolded=PackedStringArray()
|
|
||||||
@@ -1,3 +0,0 @@
|
|||||||
[folding]
|
|
||||||
|
|
||||||
sections_unfolded=PackedStringArray()
|
|
||||||
@@ -1,3 +0,0 @@
|
|||||||
[folding]
|
|
||||||
|
|
||||||
sections_unfolded=PackedStringArray()
|
|
||||||
@@ -1,3 +0,0 @@
|
|||||||
[folding]
|
|
||||||
|
|
||||||
sections_unfolded=PackedStringArray()
|
|
||||||
@@ -1,3 +0,0 @@
|
|||||||
[folding]
|
|
||||||
|
|
||||||
sections_unfolded=PackedStringArray()
|
|
||||||
@@ -1,3 +0,0 @@
|
|||||||
[folding]
|
|
||||||
|
|
||||||
sections_unfolded=PackedStringArray()
|
|
||||||
@@ -1,3 +0,0 @@
|
|||||||
[folding]
|
|
||||||
|
|
||||||
sections_unfolded=PackedStringArray()
|
|
||||||
@@ -1,3 +0,0 @@
|
|||||||
[folding]
|
|
||||||
|
|
||||||
sections_unfolded=PackedStringArray()
|
|
||||||
@@ -1,3 +0,0 @@
|
|||||||
res://scripts/
|
|
||||||
res://scenes/
|
|
||||||
res://resources/
|
|
||||||
@@ -1,3 +0,0 @@
|
|||||||
[folding]
|
|
||||||
|
|
||||||
sections_unfolded=PackedStringArray()
|
|
||||||
@@ -1,3 +0,0 @@
|
|||||||
[folding]
|
|
||||||
|
|
||||||
sections_unfolded=PackedStringArray()
|
|
||||||
@@ -1,3 +0,0 @@
|
|||||||
[folding]
|
|
||||||
|
|
||||||
sections_unfolded=PackedStringArray()
|
|
||||||
@@ -1,213 +0,0 @@
|
|||||||
[res://scripts/track_generator.gd]
|
|
||||||
|
|
||||||
state={
|
|
||||||
"bookmarks": PackedInt32Array(),
|
|
||||||
"breakpoints": PackedInt32Array(),
|
|
||||||
"column": 12,
|
|
||||||
"folded_lines": PackedInt32Array(),
|
|
||||||
"h_scroll_position": 0,
|
|
||||||
"row": 15,
|
|
||||||
"scroll_position": 30.0,
|
|
||||||
"selection": false,
|
|
||||||
"syntax_highlighter": "GDScript"
|
|
||||||
}
|
|
||||||
|
|
||||||
[res://scripts/train.gd]
|
|
||||||
|
|
||||||
state={
|
|
||||||
"bookmarks": PackedInt32Array(),
|
|
||||||
"breakpoints": PackedInt32Array(),
|
|
||||||
"column": 21,
|
|
||||||
"folded_lines": PackedInt32Array(),
|
|
||||||
"h_scroll_position": 0,
|
|
||||||
"row": 131,
|
|
||||||
"scroll_position": 0.0,
|
|
||||||
"selection": true,
|
|
||||||
"selection_from_column": 1,
|
|
||||||
"selection_from_line": 131,
|
|
||||||
"selection_to_column": 21,
|
|
||||||
"selection_to_line": 131,
|
|
||||||
"syntax_highlighter": "GDScript"
|
|
||||||
}
|
|
||||||
|
|
||||||
[res://scripts/objloader.gd]
|
|
||||||
|
|
||||||
state={
|
|
||||||
"bookmarks": PackedInt32Array(),
|
|
||||||
"breakpoints": PackedInt32Array(),
|
|
||||||
"column": 45,
|
|
||||||
"folded_lines": PackedInt32Array(),
|
|
||||||
"h_scroll_position": 0,
|
|
||||||
"row": 27,
|
|
||||||
"scroll_position": 0.0,
|
|
||||||
"selection": false,
|
|
||||||
"syntax_highlighter": "GDScript"
|
|
||||||
}
|
|
||||||
|
|
||||||
[res://scripts/gamestate.gd]
|
|
||||||
|
|
||||||
state={
|
|
||||||
"bookmarks": PackedInt32Array(),
|
|
||||||
"breakpoints": PackedInt32Array(),
|
|
||||||
"column": 0,
|
|
||||||
"folded_lines": PackedInt32Array(),
|
|
||||||
"h_scroll_position": 0,
|
|
||||||
"row": 24,
|
|
||||||
"scroll_position": 0.0,
|
|
||||||
"selection": false,
|
|
||||||
"syntax_highlighter": "GDScript"
|
|
||||||
}
|
|
||||||
|
|
||||||
[res://scripts/trainjourney.gd]
|
|
||||||
|
|
||||||
state={
|
|
||||||
"bookmarks": PackedInt32Array(),
|
|
||||||
"breakpoints": PackedInt32Array(),
|
|
||||||
"column": 34,
|
|
||||||
"folded_lines": PackedInt32Array(),
|
|
||||||
"h_scroll_position": 0,
|
|
||||||
"row": 33,
|
|
||||||
"scroll_position": 15.0,
|
|
||||||
"selection": false,
|
|
||||||
"syntax_highlighter": "GDScript"
|
|
||||||
}
|
|
||||||
|
|
||||||
[res://scripts/engine.gd]
|
|
||||||
|
|
||||||
state={
|
|
||||||
"bookmarks": PackedInt32Array(),
|
|
||||||
"breakpoints": PackedInt32Array(),
|
|
||||||
"column": 0,
|
|
||||||
"folded_lines": PackedInt32Array(),
|
|
||||||
"h_scroll_position": 0,
|
|
||||||
"row": 9,
|
|
||||||
"scroll_position": 0.0,
|
|
||||||
"selection": false,
|
|
||||||
"syntax_highlighter": "GDScript"
|
|
||||||
}
|
|
||||||
|
|
||||||
[res://scripts/trainjourney_camera.gd]
|
|
||||||
|
|
||||||
state={
|
|
||||||
"bookmarks": PackedInt32Array(),
|
|
||||||
"breakpoints": PackedInt32Array(),
|
|
||||||
"column": 0,
|
|
||||||
"folded_lines": PackedInt32Array(),
|
|
||||||
"h_scroll_position": 0,
|
|
||||||
"row": 0,
|
|
||||||
"scroll_position": 0.0,
|
|
||||||
"selection": false,
|
|
||||||
"syntax_highlighter": "GDScript"
|
|
||||||
}
|
|
||||||
|
|
||||||
[res://scripts/traincontrol.gd]
|
|
||||||
|
|
||||||
state={
|
|
||||||
"bookmarks": PackedInt32Array(),
|
|
||||||
"breakpoints": PackedInt32Array(),
|
|
||||||
"column": 50,
|
|
||||||
"folded_lines": PackedInt32Array(),
|
|
||||||
"h_scroll_position": 0,
|
|
||||||
"row": 5,
|
|
||||||
"scroll_position": 0.0,
|
|
||||||
"selection": false,
|
|
||||||
"syntax_highlighter": "GDScript"
|
|
||||||
}
|
|
||||||
|
|
||||||
[res://scripts/traincontrol_camera.gd]
|
|
||||||
|
|
||||||
state={
|
|
||||||
"bookmarks": PackedInt32Array(),
|
|
||||||
"breakpoints": PackedInt32Array(),
|
|
||||||
"column": 1,
|
|
||||||
"folded_lines": PackedInt32Array(),
|
|
||||||
"h_scroll_position": 0,
|
|
||||||
"row": 52,
|
|
||||||
"scroll_position": 30.0,
|
|
||||||
"selection": false,
|
|
||||||
"syntax_highlighter": "GDScript"
|
|
||||||
}
|
|
||||||
|
|
||||||
[res://scripts/train_movement.gd]
|
|
||||||
|
|
||||||
state={
|
|
||||||
"bookmarks": PackedInt32Array(),
|
|
||||||
"breakpoints": PackedInt32Array(25),
|
|
||||||
"column": 22,
|
|
||||||
"folded_lines": PackedInt32Array(),
|
|
||||||
"h_scroll_position": 0,
|
|
||||||
"row": 18,
|
|
||||||
"scroll_position": 16.0,
|
|
||||||
"selection": false,
|
|
||||||
"syntax_highlighter": "GDScript"
|
|
||||||
}
|
|
||||||
|
|
||||||
[res://scripts/scene_switcher.gd]
|
|
||||||
|
|
||||||
state={
|
|
||||||
"bookmarks": PackedInt32Array(),
|
|
||||||
"breakpoints": PackedInt32Array(),
|
|
||||||
"column": 16,
|
|
||||||
"folded_lines": PackedInt32Array(),
|
|
||||||
"h_scroll_position": 0,
|
|
||||||
"row": 9,
|
|
||||||
"scroll_position": 0.0,
|
|
||||||
"selection": false,
|
|
||||||
"syntax_highlighter": "GDScript"
|
|
||||||
}
|
|
||||||
|
|
||||||
[res://scenes/musicmanager.tscn::GDScript_ht1d5]
|
|
||||||
|
|
||||||
state={
|
|
||||||
"bookmarks": PackedInt32Array(),
|
|
||||||
"breakpoints": PackedInt32Array(),
|
|
||||||
"column": 0,
|
|
||||||
"folded_lines": PackedInt32Array(),
|
|
||||||
"h_scroll_position": 0,
|
|
||||||
"row": 0,
|
|
||||||
"scroll_position": 0.0,
|
|
||||||
"selection": false,
|
|
||||||
"syntax_highlighter": "GDScript"
|
|
||||||
}
|
|
||||||
|
|
||||||
[res://scripts/main.gd]
|
|
||||||
|
|
||||||
state={
|
|
||||||
"bookmarks": PackedInt32Array(),
|
|
||||||
"breakpoints": PackedInt32Array(),
|
|
||||||
"column": 0,
|
|
||||||
"folded_lines": PackedInt32Array(),
|
|
||||||
"h_scroll_position": 0,
|
|
||||||
"row": 11,
|
|
||||||
"scroll_position": 11.0,
|
|
||||||
"selection": false,
|
|
||||||
"syntax_highlighter": "GDScript"
|
|
||||||
}
|
|
||||||
|
|
||||||
[res://scripts/rail_switch.gd]
|
|
||||||
|
|
||||||
state={
|
|
||||||
"bookmarks": PackedInt32Array(),
|
|
||||||
"breakpoints": PackedInt32Array(),
|
|
||||||
"column": 0,
|
|
||||||
"folded_lines": PackedInt32Array(),
|
|
||||||
"h_scroll_position": 0,
|
|
||||||
"row": 0,
|
|
||||||
"scroll_position": 0.0,
|
|
||||||
"selection": false,
|
|
||||||
"syntax_highlighter": "GDScript"
|
|
||||||
}
|
|
||||||
|
|
||||||
[res://scripts/rail_swtich.gd]
|
|
||||||
|
|
||||||
state={
|
|
||||||
"bookmarks": PackedInt32Array(),
|
|
||||||
"breakpoints": PackedInt32Array(),
|
|
||||||
"column": 18,
|
|
||||||
"folded_lines": PackedInt32Array(),
|
|
||||||
"h_scroll_position": 0,
|
|
||||||
"row": 8,
|
|
||||||
"scroll_position": 0.0,
|
|
||||||
"selection": false,
|
|
||||||
"syntax_highlighter": "GDScript"
|
|
||||||
}
|
|
||||||
@@ -1,3 +0,0 @@
|
|||||||
[folding]
|
|
||||||
|
|
||||||
sections_unfolded=PackedStringArray()
|
|
||||||
@@ -1,3 +0,0 @@
|
|||||||
[folding]
|
|
||||||
|
|
||||||
sections_unfolded=PackedStringArray()
|
|
||||||
@@ -1,3 +0,0 @@
|
|||||||
[folding]
|
|
||||||
|
|
||||||
sections_unfolded=PackedStringArray()
|
|
||||||
@@ -1,3 +0,0 @@
|
|||||||
[folding]
|
|
||||||
|
|
||||||
sections_unfolded=PackedStringArray()
|
|
||||||
@@ -1,3 +0,0 @@
|
|||||||
[folding]
|
|
||||||
|
|
||||||
sections_unfolded=PackedStringArray()
|
|
||||||
@@ -1,3 +0,0 @@
|
|||||||
[folding]
|
|
||||||
|
|
||||||
sections_unfolded=PackedStringArray()
|
|
||||||
@@ -1,3 +0,0 @@
|
|||||||
[folding]
|
|
||||||
|
|
||||||
sections_unfolded=PackedStringArray()
|
|
||||||
@@ -1,3 +0,0 @@
|
|||||||
[folding]
|
|
||||||
|
|
||||||
sections_unfolded=PackedStringArray()
|
|
||||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user