SakiKawasaki 4 лет назад
Родитель
Сommit
d720300711
1 измененных файлов с 4 добавлено и 2 удалено
  1. 4 2
      README.md

+ 4 - 2
README.md

@@ -29,8 +29,10 @@
   Window("Hello, world!")
 
   var
-   scene = Scene("Main")
-   hello = Label()
+    scene_obj: SceneObj
+    scene = Scene("Main", scene_obj)
+    label_obj: LabelObj
+    hello = Label(label_obj)
 
   hello.setText("Hello, world!")
   hello.setSizeAnchor(1, 1)