Search found 1 match
- Fri Mar 15, 2024 1:18 pm
- Forum: Support and Development
- Topic: Requesting help
- Replies: 1
- Views: 1977
Requesting help
hey I'm having trouble with this syntax error can anyone explain why it is there (I'm new to love2d) the error is Syntax error:slime.lua:36: '}' expected near '=' slime = {} slime.jump_dist = 50 slime.jump_time = 1 slime.jump_height = 20 slime.hp = 3 slime.x = 100 slime.y = 100 slime.isjumping = fal...