Due to the limitation of renpy in rendering dynamic screen ,
due the the black border it gives in different UI scale resolution , finally choosed to migrate to Godot.
Starting point, is to understand anchor and offset to recreate the different screen in renpy.
Saturday, April 4, 2026
Migrating from Renpy to Godot
Subscribe to:
Comments (Atom)
Migrating from Renpy to Godot
Due to the limitation of renpy in rendering dynamic screen , due the the black border it gives in different UI scale resolution , finally ...
-
It takes me over hour to debug. The simple fact is that under label, we cannot use For loop. One while is valid to be used under label. To ...
-
Change File "/content/naifu/hydra_node/models.py", line 215, in __init__ from ckpt=torch.load(self.config.vae_path, map_location...
-
When I am trying to use Colab for stable diffusion , I met error below today : ImportError cannot import name 'rank_zero_only' from ...