Adds first worldmap scene

This commit is contained in:
Mark Hoekveen
2020-03-03 18:14:57 +01:00
parent d65d31abce
commit 646f76af8b
54 changed files with 11235 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
[gd_scene load_steps=4 format=2]
[ext_resource path="res://Generic/GlassEmpty001.fbx" type="PackedScene" id=1]
[ext_resource path="res://Generic/GlassEmpty001_NRM_1K.jpg" type="Texture" id=2]
[sub_resource type="SpatialMaterial" id=1]
flags_transparent = true
albedo_color = Color( 0.705882, 0.756863, 0.745098, 1 )
metallic = 0.47
roughness = 0.46
normal_enabled = true
normal_scale = 1.0
normal_texture = ExtResource( 2 )
[node name="GlassEmpty001" instance=ExtResource( 1 )]
[node name="GlassEmpty002" parent="." index="0"]
material/0 = SubResource( 1 )