mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-22 19:43:55 +00:00
3D Intro scene
This commit is contained in:
parent
a6d2543e0c
commit
baa05f4739
54 changed files with 938 additions and 20 deletions
15
3D/box.tscn
Normal file
15
3D/box.tscn
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
[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")
|
||||
Loading…
Add table
Add a link
Reference in a new issue