cgrooves / black-earth

A Scorched Earth clone, made for fun
2 stars 2 forks source link

cgrooves/issue3 #10

Closed cgrooves closed 3 years ago

cgrooves commented 3 years ago

This draws a simple rectangle as the ground, using the main window height and width.

It adds an arcade.Shape to an arcade.ShapeElementList, a handy way of holding on to a number of shapes and being able to operate on them all at once (this may or may not be the most useful way to draw the ground, ultimately).

Ta-da!

Closes #3