mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2024-11-24 01:47:20 +01:00
Add range hint for ViewportContainer.stretch_shrink
This commit is contained in:
parent
f7490335a4
commit
b43f5d220a
@ -205,7 +205,7 @@ void ViewportContainer::_bind_methods() {
|
||||
ClassDB::bind_method(D_METHOD("get_stretch_shrink"), &ViewportContainer::get_stretch_shrink);
|
||||
|
||||
ADD_PROPERTY(PropertyInfo(Variant::BOOL, "stretch"), "set_stretch", "is_stretch_enabled");
|
||||
ADD_PROPERTY(PropertyInfo(Variant::INT, "stretch_shrink"), "set_stretch_shrink", "get_stretch_shrink");
|
||||
ADD_PROPERTY(PropertyInfo(Variant::INT, "stretch_shrink", PROPERTY_HINT_RANGE, "1,32,1,or_greater"), "set_stretch_shrink", "get_stretch_shrink");
|
||||
}
|
||||
|
||||
ViewportContainer::ViewportContainer() {
|
||||
|
Loading…
Reference in New Issue
Block a user