2 comments found.
Hello, can you please see take a look in my questions?
Hello sir,
I’ve had a look at the code, but it’s quite confusing for me to understand. Can you please inform the files that I should edit to customize the topics below:
-Character control like speed or even to include a jump action
-File to edit background
-Ground Effect when I click to move the player
-New button in game menu
- To change the speed, firstly you have to set up a development environment. Please see the included documentation with relate information. Then look for Robot.js (src\rs\aw3d\entity) and change the constant MOVING_SPEED to change the speed. There is no way to include a jump animation unfortunately.
- The homescreen background can be changed by editing “pattern3.png” in “css” folder. Use “production/css” for production files or “test/css” for production files.
- To change the ground effect, edit “RobotTarget.png” in “assets/graphics” folder
- The text for new button can be changed in “config.json” file, look for “strings” section and edit the “NEW_GAME” value.
Hope that helps