mirror of
https://github.com/Relintai/mat_maker_gd.git
synced 2025-05-22 11:37:42 +02:00
8 lines
313 B
Plaintext
8 lines
313 B
Plaintext
[gd_scene load_steps=3 format=2]
|
|
|
|
[ext_resource path="res://material_maker/widgets/float_edit/float_edit.tscn" type="PackedScene" id=1]
|
|
[ext_resource path="res://material_maker/windows/preferences/float_option.gd" type="Script" id=2]
|
|
|
|
[node name="FloatOption" instance=ExtResource( 1 )]
|
|
script = ExtResource( 2 )
|