Reorganized asset structure

This commit is contained in:
Eduard Urbach 2024-02-26 23:43:48 +01:00
parent 23a9567871
commit afab83a35f
Signed by: akyoto
GPG Key ID: C874F672B1AF20C0
4 changed files with 5 additions and 8 deletions

View File

@ -8,5 +8,4 @@ attributes = ExtResource("3_olar0")
current = true
fov = 45.0
size = 10.0
far = 120.0
script = ExtResource("2_pwdc2")

View File

@ -1,6 +1,6 @@
[gd_resource type="Theme" load_steps=15 format=3 uid="uid://caqphxkvcu3tb"]
[ext_resource type="FontFile" uid="uid://b7mov13kwi8u8" path="res://assets/font/ubuntu_nf_regular.ttf" id="1_1unma"]
[ext_resource type="FontFile" uid="uid://b7mov13kwi8u8" path="res://assets/ui/font/ubuntu_nf_regular.ttf" id="1_1unma"]
[ext_resource type="StyleBox" uid="uid://dk1hxcdbwtl1p" path="res://ui/theme/stylebox/Button.tres" id="1_64o2o"]
[ext_resource type="StyleBox" uid="uid://cyvmuvvhtygdb" path="res://ui/theme/stylebox/Button-hover.tres" id="1_g15ky"]
[ext_resource type="StyleBox" uid="uid://cg53fq4hjfar5" path="res://ui/theme/stylebox/Panel.tres" id="1_jbbe6"]

View File

@ -30,6 +30,10 @@ seed = 300
storage = ExtResource("1_xsh2l")
material = ExtResource("2_3ekjf")
texture_list = ExtResource("3_mxntw")
collision_priority = 100.0
[node name="Center" type="Marker3D" parent="."]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 512, 61, 512)
[node name="Enemies" type="Node3D" parent="."]
visible = false

View File

@ -1,6 +0,0 @@
[gd_resource type="PanoramaSkyMaterial" load_steps=2 format=3 uid="uid://chtgn5pdoof5e"]
[ext_resource type="Texture2D" uid="uid://4l38jbamupdd" path="res://assets/skybox/anime-skybox.png" id="1_xt1kt"]
[resource]
panorama = ExtResource("1_xt1kt")