mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-01 11:05:34 +00:00
15 lines
736 B
Text
15 lines
736 B
Text
[gd_scene load_steps=5 format=3 uid="uid://bh0ye0m85cyb1"]
|
|
|
|
[ext_resource type="Texture2D" uid="uid://bh4nto63luupr" path="res://Sprites/SingleTiles/BoxTexture.png" id="1_0h5l4"]
|
|
[ext_resource type="ArrayMesh" uid="uid://c4b04afebqxy3" path="res://Sprites/SingleTiles/Box.obj" id="2_558ow"]
|
|
[ext_resource type="Texture2D" uid="uid://biqgn3mqml6pk" path="res://Sprites/SingleTiles/BoxTexture_n.png" id="2_u7fm4"]
|
|
|
|
[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_qeg8b"]
|
|
albedo_texture = ExtResource("1_0h5l4")
|
|
normal_enabled = true
|
|
normal_texture = ExtResource("2_u7fm4")
|
|
texture_filter = 0
|
|
|
|
[node name="Box" type="MeshInstance3D"]
|
|
material_override = SubResource("StandardMaterial3D_qeg8b")
|
|
mesh = ExtResource("2_558ow")
|