rename object to platform, refact of file names
This commit is contained in:
@@ -7,10 +7,10 @@ type Position struct {
|
||||
}
|
||||
|
||||
type Playground struct {
|
||||
Render Render
|
||||
Objects []Object
|
||||
NPCs []NPC
|
||||
Items []Item
|
||||
Render Render
|
||||
Platforms []Platform
|
||||
NPCs []NPC
|
||||
Items []Item
|
||||
}
|
||||
|
||||
type Level struct {
|
||||
|
||||
Reference in New Issue
Block a user