You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
doc: Fix enum tags thanks to 2bc6db6
This commit is contained in:
@@ -61,10 +61,10 @@
|
||||
</signal>
|
||||
</signals>
|
||||
<constants>
|
||||
<constant name="VISIBILITY_ALWAYS" value="0">
|
||||
<constant name="VISIBILITY_ALWAYS" value="0" enum="VisibilityMode">
|
||||
Always visible.
|
||||
</constant>
|
||||
<constant name="VISIBILITY_TOUCHSCREEN_ONLY" value="1">
|
||||
<constant name="VISIBILITY_TOUCHSCREEN_ONLY" value="1" enum="VisibilityMode">
|
||||
Visible on touch screens only.
|
||||
</constant>
|
||||
</constants>
|
||||
|
||||
Reference in New Issue
Block a user