mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-07-04 00:11:15 +00:00
3D Office Background
This commit is contained in:
parent
7b9f9a6fd9
commit
a1f3d79834
29 changed files with 470 additions and 13 deletions
15
3D/Vase/VaseWithPlant.tscn
Normal file
15
3D/Vase/VaseWithPlant.tscn
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
[gd_scene load_steps=3 format=3 uid="uid://birl7xlncrsbl"]
|
||||
|
||||
[ext_resource type="PackedScene" uid="uid://dn0y8y3xq2yc2" path="res://3D/Vase/Vase.blend" id="1_oo6sc"]
|
||||
[ext_resource type="Texture2D" uid="uid://b3w6dn4k4q46r" path="res://Sprites/SingleTiles/Plant.png" id="2_arsew"]
|
||||
|
||||
[node name="VaseWithPlant" type="Node3D"]
|
||||
|
||||
[node name="Vase" parent="." instance=ExtResource("1_oo6sc")]
|
||||
|
||||
[node name="Sprite3D" type="Sprite3D" parent="."]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 2.54981, 0)
|
||||
pixel_size = 0.1
|
||||
billboard = 2
|
||||
texture_filter = 0
|
||||
texture = ExtResource("2_arsew")
|
||||
Loading…
Add table
Add a link
Reference in a new issue