Added terrain and robot prototypes
This commit is contained in:
9
nodes/camera/controllable_camera.tscn
Normal file
9
nodes/camera/controllable_camera.tscn
Normal file
@@ -0,0 +1,9 @@
|
||||
[gd_scene load_steps=2 format=3 uid="uid://cy0nvmw51bwof"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://le0spo0q018k" path="res://nodes/camera/controllable_camera.gd" id="1_fgom1"]
|
||||
|
||||
[node name="ControllableCamera" type="Camera3D"]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0)
|
||||
script = ExtResource("1_fgom1")
|
||||
|
||||
[node name="VoxelViewer" type="VoxelViewer" parent="."]
|
||||
Reference in New Issue
Block a user