Log In  

Cart #wajagujesa-0 | 2023-04-26 | Code ▽ | Embed ▽ | No License
2


New version is here! Added features are below:
-Enemies appeared!
-They are can be beaten by the beam!
-Objects and map are now have outlines!

Thanks for everyone helped me in Reddit and Discord!

Cart #jewehedudi-0 | 2023-04-09 | Code ▽ | Embed ▽ | No License
2


I made basic gun system and now I'm working on "Room" system.
It's used in order to identify where player is.
For example, Room 1 is upper left corner, 2 is upper right, 3 is bottom left, and 4 is bottom right in this cartridge.
And I prepared "rmove" variable that turns true while camera moves.
"rmove=true" stops player_update while camera moves, just like camera in megaman, zelda, and so on.
But a problem happened. The rmove works well about vertical camera move(=Room 1 to 3, or 2 to 4), but totally not about horizontal camera move.
I copied codes from horizontal to vertical, but only vertical works. I could'nt find where the wrong is, so if anyone can tell me why, please leave some comments.

P#128339 2023-04-09 07:43 ( Edited 2023-04-26 07:52)

That's got a nice feel to it. I really like the room switching.

P#128498 2023-04-13 13:44

Fixed the rmove bug, search for my name in this cart (in the update section):


Cart #jidejebigu-0 | 2023-04-16 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA


P#128631 2023-04-16 20:15 ( Edited 2023-04-16 20:16)

[Please log in to post a comment]