Browse Source

fix novel example

Ethosa 4 years ago
parent
commit
80d26bce02
1 changed files with 1 additions and 1 deletions
  1. 1 1
      examples/novel/main.nim

+ 1 - 1
examples/novel/main.nim

@@ -34,7 +34,7 @@ build:
       call setTexture(akiko_default)
       call setTextureAnchor(0.5, 0.5, 0.5, 0.5)
       texture_mode: TEXTURE_KEEP_ASPECT_RATIO
-      visible: false
+      visible: GONE
     - Label dialog_text:
       call setSizeAnchor(0.8, 0.3)
       call setAnchor(0.1, 0.6, 0, 0)