This is a fighting game.
I want to increase the number of game characters in the future.
If you set the value of the variable "cpu" on the 144 line to 0, you can play for 2 people.
cpu=1 -> cpu=0
Please connect two gamepads and play.
- How to remodel -
On PoseMake tool
1. Draw body parts with Sprite Editor
2. Make pose data with PoseMake tool
Export sprites from PoseMake -> Import sprites to KENKA GIRLS
On KENKA GIRLS
3. Add pose data to variable "pose"
4. Add animation data to variable "anm"
5. Add hit point, attack power, stride length and jump power to variable "pm"
6. Set the additional game character number to the variable "id" (on the 103 line) and test the action
PoseMake tool
https://tic.computer/play?cart=1089
dimsword35
|
hi! im going to use this as a game template!
as i dont know how to program in lua (only the basics of the basics). |
kikeroga
|
Dear dimsword35-san
Please try using it :-) |
Parokis
|
there are some errors
|
kikeroga
|
Updated!
I fixed the error and added a CPU mode so that even 1P can play. |