branch | spacecampaign |
changeset 9404 | 4ae9b399fa73 |
parent 9402 | 8e9d062f9a48 |
child 9410 | 92a0b74ed740 |
9402:8e9d062f9a48 | 9404:4ae9b399fa73 |
---|---|
41 local bandit5 = {} |
41 local bandit5 = {} |
42 -- teams |
42 -- teams |
43 local teamA = {} |
43 local teamA = {} |
44 local teamB = {} |
44 local teamB = {} |
45 local teamC = {} |
45 local teamC = {} |
46 local teamD = {} |
|
47 -- hedgehogs values |
46 -- hedgehogs values |
48 hero.name = "Hog Solo" |
47 hero.name = "Hog Solo" |
49 hero.x = 340 |
48 hero.x = 340 |
50 hero.y = 1840 |
49 hero.y = 1840 |
51 hero.dead = false |
50 hero.dead = false |