diff options
-rw-r--r-- | godot/assets/game_objects/glass(Clone).material | bin | 1622 -> 128 bytes | |||
-rw-r--r-- | godot/assets/game_objects/stoneLight(Clone).material | bin | 1644 -> 128 bytes | |||
-rw-r--r-- | godot/scenes/Game.tscn | 17 |
3 files changed, 14 insertions, 3 deletions
diff --git a/godot/assets/game_objects/glass(Clone).material b/godot/assets/game_objects/glass(Clone).material Binary files differindex a21e9dd..539a1a6 100644 --- a/godot/assets/game_objects/glass(Clone).material +++ b/godot/assets/game_objects/glass(Clone).material diff --git a/godot/assets/game_objects/stoneLight(Clone).material b/godot/assets/game_objects/stoneLight(Clone).material Binary files differindex da8f96a..292845a 100644 --- a/godot/assets/game_objects/stoneLight(Clone).material +++ b/godot/assets/game_objects/stoneLight(Clone).material diff --git a/godot/scenes/Game.tscn b/godot/scenes/Game.tscn index f9f0359..f8b17cb 100644 --- a/godot/scenes/Game.tscn +++ b/godot/scenes/Game.tscn @@ -1,3 +1,14 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:920f11189d649c2d6ed7006730103c97d37a20e26764d760dcf96fe9a72263c0 -size 547 +[gd_scene load_steps=3 format=2] + +[ext_resource path="res://native/Game.gdns" type="Script" id=1] +[ext_resource path="res://scenes/levels/test_scene_uuuhhh/TestSceneUuuhhh.tscn" type="PackedScene" id=2] + +[node name="Game" type="Spatial"] +script = ExtResource( 1 ) + +[node name="Camera" type="Camera" parent="."] +transform = Transform( -0.538224, 0.336461, -0.772728, 0, 0.916856, 0.399217, 0.842802, 0.214868, -0.493474, -6.58972, 3.31005, -7.31211 ) +current = true +fov = 64.6875 + +[node name="TestSceneUuuhhh" parent="." instance=ExtResource( 2 )] |