9 lines
174 B
Lua
9 lines
174 B
Lua
|
return {
|
||
|
position = {
|
||
|
x = 10,
|
||
|
y = 10,
|
||
|
area = "test.plain"
|
||
|
},
|
||
|
baseteam = {"sonic", "tails", "amy"},
|
||
|
actions = {"run", "punch", "fly"}
|
||
|
}
|