Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

ludo2vie

2
Posts
A member registered Sep 02, 2023

Recent community posts

Hello,

 yes, that's probably it.

I've corrected the code by adding this:

"columns = int(columns)

for c in range(columns)"

It works.

I have another question, where can I change the size to use the script on a 1280x720 game?

Thanks for your feedback

Hello ... I have this error :

I'm sorry, but an uncaught exception occurred.

While running game code:

  File "game/puzzle/puzzle.rpy", line 164, in script

    call screen puzzle(puzzle_cat)

  File "renpy/common/000statements.rpy", line 609, in execute_call_screen

    store._return = renpy.call_screen(name, *args, **kwargs)

  File "renpy/common/00action_other.rpy", line 578, in __call__

    rv = self.callable(*self.args, **self.kwargs)

  File "game/puzzle/puzzle.rpy", line 52, in init

    for c in range(columns):

TypeError: 'float' object cannot be interpreted as an integer