first commit
This commit is contained in:
31
environments/test_level.tscn
Normal file
31
environments/test_level.tscn
Normal file
@@ -0,0 +1,31 @@
|
||||
[gd_scene load_steps=6 format=3 uid="uid://chh7i0p81kr7x"]
|
||||
|
||||
[ext_resource type="PackedScene" uid="uid://b6cat7mj1lmpb" path="res://characters/samus/samus.tscn" id="1_5hnle"]
|
||||
[ext_resource type="Texture2D" uid="uid://cc51mfc3keg8n" path="res://addons/kenney_prototype_textures/dark/texture_01.png" id="1_5vm83"]
|
||||
[ext_resource type="Texture2D" uid="uid://oh0q8v8hjc7c" path="res://addons/kenney_prototype_textures/orange/texture_01.png" id="2_nfqdm"]
|
||||
|
||||
[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_sodpf"]
|
||||
albedo_texture = ExtResource("1_5vm83")
|
||||
uv1_triplanar = true
|
||||
|
||||
[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_a5u7v"]
|
||||
albedo_texture = ExtResource("2_nfqdm")
|
||||
uv1_triplanar = true
|
||||
|
||||
[node name="TestLevel" type="Node3D"]
|
||||
|
||||
[node name="CSGCombiner3D" type="CSGCombiner3D" parent="."]
|
||||
use_collision = true
|
||||
|
||||
[node name="CSGBox3D" type="CSGBox3D" parent="CSGCombiner3D"]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -3.87659, -0.25, -3.31314)
|
||||
size = Vector3(28.3694, 0.5, 22.0172)
|
||||
material = SubResource("StandardMaterial3D_sodpf")
|
||||
|
||||
[node name="CSGBox3D2" type="CSGBox3D" parent="CSGCombiner3D"]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -5.5, 1, 0.25)
|
||||
size = Vector3(1, 2, 3.5)
|
||||
material = SubResource("StandardMaterial3D_a5u7v")
|
||||
|
||||
[node name="Samus" parent="." instance=ExtResource("1_5hnle")]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -1.5, 0.362916, -0.5)
|
||||
Reference in New Issue
Block a user