Help debugging some features of my game? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Help debugging some features of my game?

Mainly just need to know if the map, buttons, dialog boxes, menus, and the d-pad controls show up in the proper spots where they can be seen and used. Any feedback appreciated, code updated semi-frequently. If u have screen resolution 360 by 640 you will be working with the optimized environment, so it should look fine. https://code.sololearn.com/WXFHbXvUtZZg/?ref=app

15th Jul 2017, 11:10 PM
Russel Reeder
Russel Reeder - avatar
6 Answers
+ 12
Positioning? Fine, no problem. For the double-tap did you used a specific event or a custom function? It does not work and i can't go over that "double tap screen", my browser is more friendly with the Touch API events. ^^ I played with the recent versions of the Dungeon Battler and despite i don't like games made with DOM elements, this is really fun, hope the issue will be solved soon. :)
15th Jul 2017, 11:39 PM
Maz
Maz - avatar
+ 1
@Russel 1920 x 1080 is what I am currently running at. Also, which I realize now what might be a bug is that the 'Party' and 'Inventory' buttons are in the middle of the map.
16th Jul 2017, 12:33 AM
Jim Tully
Jim Tully - avatar
+ 1
@ Jim I'm assuming PC for the 1920 by 1080. D pad is a bit buggy on my pc as well. Definitely not having menu buttons in the middle of the map tho. I will look into fixing that soon. @Maz Soft update to resolve your issue, should be playable now.
16th Jul 2017, 2:12 AM
Russel Reeder
Russel Reeder - avatar
0
its dblclick event, I will be working on that on the next update. EDIT may make a quick workaround since that cuts you off right at the beginning
15th Jul 2017, 11:46 PM
Russel Reeder
Russel Reeder - avatar
0
The circle around the D-Pad didn't look aligned... I wasn't sure if it was a style decision, or if it was just off-center. I also couldn't get the D-Pad to respond, but the keys worked :). Overall I like the Final Fantasy like menus and general feel. Only other comments I would have to offer are personal preferences. I would like to have different pictures/images for the character classes, and I feel it is more natural to offer the character class after the name, not the second character name. Awesome job!
16th Jul 2017, 12:05 AM
Jim Tully
Jim Tully - avatar
0
Thanks for the feedback @Jim Tully, For the joystick alignment I would need to know ur screen resolution, and make a style based on that, then poke around til its lined up. It lines up on optimal resolution, so its a bug. Exactly the kind I was asking for reports of. Graphics are on the back burner as functionality is the main focus until the framework is fully developed. I'm borrowing the current gfx, mostly from rpgmaker. Your request about the class selection will probably make it into the next update tho. EDIT @Jim PC or Mobile?
16th Jul 2017, 12:11 AM
Russel Reeder
Russel Reeder - avatar