Zomebody / Love2d_Framework

A Love2d framework with an example app documenting and demonstrating its features
0 stars 0 forks source link

basic 'world' object implementation #102

Open Zomebody opened 1 year ago

Zomebody commented 1 year ago

World contains a 'Camera' property of type camera, which is used to draw the world correctly. World also has an 'Entities' array which contains 'Entity' objects. The world can be polled to find an entity at a specific location on screen. The world can also be drawn. The world also has a (tiled) 'Background' which is a static image drawn on the screen.