-
Given this original dump:
```
,
```
If the rpyc that gave that dump is decompiled and then recompiled, here's the new dump:
```
,
```
Every .paired inside a With has been c…
-
The idea would be to look for text tags (probably beginning with a sigil). When we find one, we find the matching closing tag. We then pass the list of tokens between opening and closing to a function…
-
I tried to build an Android version of my game, and the Renpy engine said "needs to install Android SDK"
![issue02](https://cloud.githubusercontent.com/assets/8366594/3867394/490bcbf0-1ffd-11e4-896b-…
-
Hey dear Tom,
I think you might forget to put the file DroidSansFallback.ttf in the directory /launcher/game/tl/simplified_chinese ?
![chinese](https://cloud.githubusercontent.com/assets/8366594/38…
-
What you really should be using is [Ren'Py](http://www.renpy.org/)
It's going to be so much simpler and with a lot less clutter. Oh, and much less irrelevant C#-y stuff.
-
```
$ nvln = NVLCharacter(None, kind=nvl)
"%%This doesn't break anything!{fast}"
nvln "And neither does this!{fast}"
nvl clear
nvln "\nHell, and neither does this!{fast}"
extend "\n{color=#ADD8E6}Hah,…
ghost updated
11 years ago
-
If I set the game to start up in fullscreen, the game starts but all I see is a black screen. The first time I had to reboot since the mac was not responding. The second time I heard the game music, s…
-
If I try to use JCC, it crashes because the missing_image_callback doesn't work properly. If I manually use im.AlphaMask to "build" the final image, it works fine. So it's just that function that prev…