broken_seals/game/tests/test_props/PropInstance.tscn
2022-02-12 18:47:23 +01:00

11 lines
300 B
Plaintext

[gd_scene load_steps=3 format=2]
[ext_resource path="res://tests/test_props/MeshDataInstance.tres" type="PropData" id=1]
[sub_resource type="SpatialMaterial" id=1]
flags_vertex_lighting = true
[node name="PropInstance" type="PropInstance"]
prop_data = ExtResource( 1 )
material = SubResource( 1 )