Adding new prop : Suzanha fountain
This commit is contained in:
parent
a274fdc8aa
commit
f836e8249f
3 changed files with 102 additions and 1 deletions
19
meshes/props/fountain_suzanha/Fountain_suzanha.tscn
Normal file
19
meshes/props/fountain_suzanha/Fountain_suzanha.tscn
Normal file
|
@ -0,0 +1,19 @@
|
|||
[gd_scene load_steps=5 format=2]
|
||||
|
||||
[ext_resource path="res://meshes/props/fountain_suzanha/foutain_suzanha.escn" type="PackedScene" id=1]
|
||||
[ext_resource path="res://materials/tilables/suzahna_bricks.tres" type="Material" id=2]
|
||||
[ext_resource path="res://materials/tilables/suzahna_bricks_wide.tres" type="Material" id=3]
|
||||
[ext_resource path="res://materials/tilables/suzahna_base.tres" type="Material" id=4]
|
||||
|
||||
[node name="Fountain_suzanha" index="0" instance=ExtResource( 1 )]
|
||||
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.47228, 0 )
|
||||
|
||||
[node name="Fountain_suzanha_cuve" parent="." index="0"]
|
||||
material/0 = ExtResource( 2 )
|
||||
|
||||
[node name="Fountain_suzanha_border_top" parent="." index="1"]
|
||||
material/0 = ExtResource( 3 )
|
||||
|
||||
[node name="Fountain_suzanha_waterhole" parent="." index="2"]
|
||||
material/0 = ExtResource( 4 )
|
||||
|
78
meshes/props/fountain_suzanha/foutain_suzanha.escn
Normal file
78
meshes/props/fountain_suzanha/foutain_suzanha.escn
Normal file
File diff suppressed because one or more lines are too long
|
@ -1,4 +1,4 @@
|
|||
[gd_scene load_steps=12 format=2]
|
||||
[gd_scene load_steps=13 format=2]
|
||||
|
||||
[ext_resource path="res://previewer/previewer.gd" type="Script" id=1]
|
||||
[ext_resource path="res://previewer/dummy/dummy.tscn" type="PackedScene" id=2]
|
||||
|
@ -6,6 +6,7 @@
|
|||
[ext_resource path="res://meshes/props/pendo_teddy/pendo_teddy.tscn" type="PackedScene" id=4]
|
||||
[ext_resource path="res://meshes/props/travel_box/container.tscn" type="PackedScene" id=5]
|
||||
[ext_resource path="res://meshes/props/reference_box/reference_box.tscn" type="PackedScene" id=6]
|
||||
[ext_resource path="res://meshes/props/fountain_suzanha/Fountain_suzanha.tscn" type="PackedScene" id=7]
|
||||
|
||||
[sub_resource type="ProceduralSky" id=1]
|
||||
|
||||
|
@ -57,6 +58,9 @@ transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, -5 )
|
|||
|
||||
[node name="reference_box" parent="props" instance=ExtResource( 6 )]
|
||||
|
||||
[node name="Fountain_suzanha" parent="props" instance=ExtResource( 7 )]
|
||||
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 5, 0.472, -5 )
|
||||
|
||||
[node name="light_system" type="Spatial" parent="."]
|
||||
|
||||
[node name="directional_light" type="DirectionalLight" parent="light_system"]
|
||||
|
|
Loading…
Reference in a new issue