mirror of
https://github.com/Insality/druid.git
synced 2025-09-28 02:22:18 +02:00
Fix for examples
This commit is contained in:
@@ -38,7 +38,7 @@ function M:init(template, nodes)
|
||||
self.grid = self.druid:new_grid("content", self.prefab, 2)
|
||||
self.grid.style.IS_DYNAMIC_NODE_POSES = true
|
||||
|
||||
self.animation = panthera.create_gui(window_animation_panthera, self:get_template(), nodes)
|
||||
self.animation = panthera.create_gui(window_animation_panthera, self:get_template(), self:get_nodes())
|
||||
panthera.play(self.animation, "open")
|
||||
|
||||
self:load_langs()
|
||||
|
Reference in New Issue
Block a user