First_Person_Slapper/Test_Scene.tscn
2022-10-11 08:39:11 -04:00

24 lines
789 B
Plaintext

[gd_scene load_steps=4 format=2]
[ext_resource path="res://Textures/kenney_prototype_textures/dark/texture_01.png" type="Texture" id=1]
[ext_resource path="res://Player.tscn" type="PackedScene" id=2]
[sub_resource type="SpatialMaterial" id=1]
albedo_texture = ExtResource( 1 )
uv1_triplanar = true
[node name="Spatial" type="Spatial"]
[node name="CSGCombiner" type="CSGCombiner" parent="."]
[node name="CSGBox" type="CSGBox" parent="CSGCombiner"]
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, -4, 0 )
width = 26.0
depth = 26.0
material = SubResource( 1 )
[node name="DirectionalLight" type="DirectionalLight" parent="."]
transform = Transform( 1, 0, 0, 0, 0.258819, 0.965926, 0, -0.965926, 0.258819, 0, 15.4487, 13 )
[node name="Player" parent="." instance=ExtResource( 2 )]