You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-18 14:21:41 +00:00
[Scene] Add SceneStringName::toggled
This commit is contained in:
@@ -132,6 +132,7 @@ SceneStringNames::SceneStringNames() {
|
||||
|
||||
pressed = StaticCString::create("pressed");
|
||||
id_pressed = StaticCString::create("id_pressed");
|
||||
toggled = StaticCString::create("toggled");
|
||||
|
||||
panel = StaticCString::create("panel");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user