The game/gamesrc/objects/examples defaulted to class names that did not match the tutorials.
This commit is contained in:
parent
261e463505
commit
916813376e
5 changed files with 10 additions and 10 deletions
|
|
@ -17,9 +17,9 @@ this change, you have to convert them manually e.g. with the
|
|||
|
||||
"""
|
||||
|
||||
from ev import Room
|
||||
from ev import Room as DefaultRoom
|
||||
|
||||
class ExampleRoom(Room):
|
||||
class Room(DefaultRoom):
|
||||
"""
|
||||
Rooms are like any Object, except their location is None
|
||||
(which is default). They also use basetype_setup() to
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue