diff --git a/.godot/editor/editor_layout.cfg b/.godot/editor/editor_layout.cfg index e8f414f..3e5d478 100644 --- a/.godot/editor/editor_layout.cfg +++ b/.godot/editor/editor_layout.cfg @@ -20,7 +20,7 @@ dock_filesystem_display_mode=0 dock_filesystem_file_sort=0 dock_filesystem_file_list_display_mode=1 dock_filesystem_selected_paths=PackedStringArray("res://scenes/") -dock_filesystem_uncollapsed_paths=PackedStringArray("Favorites", "res://") +dock_filesystem_uncollapsed_paths=PackedStringArray("Favorites", "res://", "res://scenes/") dock_3="Scene,Import" dock_4="FileSystem" dock_5="Inspector,Node,History" diff --git a/.godot/editor/filesystem_cache8 b/.godot/editor/filesystem_cache8 index f0b40a3..c432e23 100644 --- a/.godot/editor/filesystem_cache8 +++ b/.godot/editor/filesystem_cache8 @@ -1,8 +1,8 @@ ea4bc82a6ad023ab7ee23ee620429895 -::res://::1707176108 +::res://::1707176335 icon.png::CompressedTexture2D::6666337829934764782::1707175611::1707175656::1::::<><>:: LICENSE.md::TextFile::-1::1707042163::0::1::::<><>:: -README.md::TextFile::-1::1707175886::0::1::::<><>:: +README.md::TextFile::-1::1707176159::0::1::::<><>:: splash-screen.png::CompressedTexture2D::7784372460092070247::1707175615::1707175656::1::::<><>:: ::res://sample/::1707041702 ::res://sample/Mini Arena/::1707041755 @@ -33,6 +33,6 @@ weapon-spear.glb::PackedScene::6194375692660659661::1705398200::1707041719::1::: weapon-sword.glb::PackedScene::3325702735674309073::1705398200::1707041719::1::::<><>::uid://oae7stnemsm::::res://sample/Mini Arena/Models/GLB format/Textures/colormap.png ::res://sample/Mini Arena/Models/GLB format/Textures/::1707041804 colormap.png::CompressedTexture2D::28910141166957680::1705398217::1707041804::1::::<><>:: -::res://scenes/::1707175723 -main-environment.tres::Environment::5683112388667118029::1707175723::0::1::::<><>:: -main.tscn::PackedScene::5007890476823162281::1707175723::0::1::::<><>::uid://basbm4qaiq6k5::::res://sample/Mini Arena/Models/GLB format/column.glb<>uid://cm77bbr0io118::::res://scenes/main-environment.tres<>uid://bqxa36hkpl1hj::::res://sample/Mini Arena/Models/GLB format/banner.glb<>uid://gaivtq4jlu8u::::res://sample/Mini Arena/Models/GLB format/tree.glb<>uid://dp4f8paatagro::::res://sample/Mini Arena/Models/GLB format/bricks.glb<>uid://nl2p4gn2t5ke::::res://sample/Mini Arena/Models/GLB format/statue.glb +::res://scenes/::1707176321 +main-environment.tres::Environment::5683112388667118029::1707176321::0::1::::<><>:: +main.tscn::PackedScene::5007890476823162281::1707176321::0::1::::<><>::uid://basbm4qaiq6k5::::res://sample/Mini Arena/Models/GLB format/column.glb<>uid://cm77bbr0io118::::res://scenes/main-environment.tres<>uid://bqxa36hkpl1hj::::res://sample/Mini Arena/Models/GLB format/banner.glb<>uid://gaivtq4jlu8u::::res://sample/Mini Arena/Models/GLB format/tree.glb<>uid://dp4f8paatagro::::res://sample/Mini Arena/Models/GLB format/bricks.glb<>uid://nl2p4gn2t5ke::::res://sample/Mini Arena/Models/GLB format/statue.glb diff --git a/.godot/editor/main.tscn-editstate-3ad5c15c4f3250da0cc7c1af1770d85f.cfg b/.godot/editor/main.tscn-editstate-3ad5c15c4f3250da0cc7c1af1770d85f.cfg index 2cdd1c5..f302ec9 100644 --- a/.godot/editor/main.tscn-editstate-3ad5c15c4f3250da0cc7c1af1770d85f.cfg +++ b/.godot/editor/main.tscn-editstate-3ad5c15c4f3250da0cc7c1af1770d85f.cfg @@ -173,4 +173,4 @@ Anim={ "zfar": 4000.01, "znear": 0.05 } -selected_nodes=Array[NodePath]([NodePath("/root/@EditorNode@17140/@Panel@13/@VBoxContainer@14/@HSplitContainer@17/@HSplitContainer@25/@HSplitContainer@33/@VBoxContainer@34/@VSplitContainer@36/@VSplitContainer@62/@VBoxContainer@63/@PanelContainer@110/MainScreen/@CanvasItemEditor@9462/@VSplitContainer@9281/@HSplitContainer@9283/@HSplitContainer@9285/@Control@9286/@SubViewportContainer@9287/@SubViewport@9288/Main/Sun")]) +selected_nodes=Array[NodePath]([]) diff --git a/.godot/editor/main.tscn-folding-3ad5c15c4f3250da0cc7c1af1770d85f.cfg b/.godot/editor/main.tscn-folding-3ad5c15c4f3250da0cc7c1af1770d85f.cfg index 39cade4..f48feab 100644 --- a/.godot/editor/main.tscn-folding-3ad5c15c4f3250da0cc7c1af1770d85f.cfg +++ b/.godot/editor/main.tscn-folding-3ad5c15c4f3250da0cc7c1af1770d85f.cfg @@ -2,4 +2,4 @@ node_unfolds=[NodePath("View"), PackedStringArray("Transform"), NodePath("View/Camera"), PackedStringArray("Transform"), NodePath("Sun"), PackedStringArray("Transform", "Shadow"), NodePath("Sample/Banner"), PackedStringArray("Transform"), NodePath("Sample/Column"), PackedStringArray("Transform"), NodePath("Sample/Tree"), PackedStringArray("Transform"), NodePath("Sample/Tree (small)"), PackedStringArray("Transform"), NodePath("Sample/Bricks"), PackedStringArray("Transform"), NodePath("Sample/Statue"), PackedStringArray("Transform")] resource_unfolds=[] -nodes_folded=[] +nodes_folded=[NodePath("View")] diff --git a/scenes/main.tscn b/scenes/main.tscn index dc73fc2..b793d2b 100644 --- a/scenes/main.tscn +++ b/scenes/main.tscn @@ -9,6 +9,9 @@ [node name="Main" type="Node3D"] +[node name="Floor" type="CSGBox3D" parent="."] +size = Vector3(100, 0, 100) + [node name="View" type="Node3D" parent="."] transform = Transform3D(0.866025, -0.286788, 0.409576, 0, 0.819152, 0.573576, -0.5, -0.496732, 0.709406, 0, 0, 0) @@ -18,7 +21,7 @@ environment = ExtResource("1_x8oc8") fov = 40.0 [node name="Sun" type="DirectionalLight3D" parent="."] -transform = Transform3D(-0.422618, -0.694272, 0.582563, 0, 0.642788, 0.766044, -0.906308, 0.323744, -0.271654, 0, 0, 0) +transform = Transform3D(-0.642788, -0.586824, 0.492404, 0, 0.642788, 0.766044, -0.766045, 0.492404, -0.413176, 0, 0, 0) shadow_enabled = true shadow_blur = 0.5