FindingMaya::Level
Inherits Reference < Object
Constants
INTERACTION_DISTANCE = 10
PLAYER_WALK_SPEED = 5
Constructors
new(background : Raylib::Texture2D, player : Player, items : Array(Item) = Array(Item).new, entities : Array(Entity) = Array(Entity).new)
SourceInstance methods
all_objects
Sourcecolliding?(x : Int32 = 0, y : Int32 = 0) : Bool
Sourcecolliding_with
Sourcedraw
Sourceinteract
Sourcemove_player
Sourceplay
Sourceplayer
Source