Improved quest system
This commit is contained in:
13
proto2/markers/quest_marker.tscn
Normal file
13
proto2/markers/quest_marker.tscn
Normal 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 )
|
||||
Reference in New Issue
Block a user