31 lines
433 B
INI
31 lines
433 B
INI
|
|
[plugin]
|
||
|
|
name="Test"
|
||
|
|
version="0.1.0"
|
||
|
|
description="Development testing tiles and framework experiments"
|
||
|
|
author="Fifthdread"
|
||
|
|
|
||
|
|
[tiles]
|
||
|
|
count=1
|
||
|
|
|
||
|
|
[tile_0]
|
||
|
|
id="testing"
|
||
|
|
name="Testing"
|
||
|
|
scene="res://plugins/test/tiles/testing/testing_tile.tscn"
|
||
|
|
min_w=1
|
||
|
|
min_h=1
|
||
|
|
max_w=4
|
||
|
|
max_h=4
|
||
|
|
default_w=1
|
||
|
|
default_h=1
|
||
|
|
|
||
|
|
[settings]
|
||
|
|
count=1
|
||
|
|
|
||
|
|
[setting_0]
|
||
|
|
key="testing_update_interval_ms"
|
||
|
|
label="Testing Update Interval"
|
||
|
|
type="int"
|
||
|
|
default=1000
|
||
|
|
min=100
|
||
|
|
max=60000
|