Improved quest system

This commit is contained in:
Segey Lapin
2019-07-26 04:29:15 +03:00
parent 3376b5b912
commit 790f4b43dd
10 changed files with 245 additions and 10 deletions

View File

@@ -0,0 +1,13 @@
[gd_scene load_steps=3 format=2]
[sub_resource type="SphereMesh" id=1]
[sub_resource type="SpatialMaterial" id=2]
flags_transparent = true
albedo_color = Color( 1, 0.921569, 0.105882, 0.505882 )
[node name="quest_marker" type="Spatial"]
[node name="MeshInstance" type="MeshInstance" parent="."]
mesh = SubResource( 1 )
material/0 = SubResource( 2 )