10 lines
253 B
Text
10 lines
253 B
Text
[gd_scene format=2]
|
|
|
|
[node name="LocalizationEditorDialogFile" type="FileDialog"]
|
|
margin_right = 600.0
|
|
margin_bottom = 300.0
|
|
rect_min_size = Vector2( 600, 300 )
|
|
window_title = "Open a File"
|
|
resizable = true
|
|
mode = 0
|
|
filters = PoolStringArray( "*.csv" )
|