proto3 initial commit
This commit is contained in:
15
proto3/godot/scenes/maps/test-dungeon.tscn
Normal file
15
proto3/godot/scenes/maps/test-dungeon.tscn
Normal file
@@ -0,0 +1,15 @@
|
||||
[gd_scene load_steps=3 format=2]
|
||||
|
||||
[ext_resource path="res://scenes/maps/dungeon.tscn" type="PackedScene" id=1]
|
||||
[ext_resource path="res://scenes/maps/test-dungeon.gd" type="Script" id=2]
|
||||
|
||||
[node name="test-dungeon" type="Spatial"]
|
||||
script = ExtResource( 2 )
|
||||
|
||||
[node name="dungeon" parent="." instance=ExtResource( 1 )]
|
||||
|
||||
[node name="Camera" type="Camera" parent="."]
|
||||
transform = Transform( 1, 0, 0, 0, 0.707107, 0.707107, 0, -0.707107, 0.707107, 0, 10, 35 )
|
||||
|
||||
[node name="DirectionalLight" type="DirectionalLight" parent="."]
|
||||
transform = Transform( 1, 0, 0, 0, 0.866025, 0.5, 0, -0.5, 0.866025, 0, 20, 0 )
|
||||
Reference in New Issue
Block a user