20.09.2020
+ Instance Drawing + Text and Font ~ Made "DrawBackground" forced Background for 2D - DrawEmpty
This commit is contained in:
parent
acccf5f0e7
commit
c4a0847567
29 changed files with 365 additions and 85 deletions
|
|
@ -1,9 +1,16 @@
|
|||
using SM.Base.Scene;
|
||||
using OpenTK.Graphics;
|
||||
using SM.Base.Scene;
|
||||
using SM2D.Drawing;
|
||||
|
||||
namespace SM2D.Scene
|
||||
{
|
||||
public class Scene : GenericScene<Camera>
|
||||
{
|
||||
|
||||
public DrawBackground Background => (DrawBackground)_background;
|
||||
|
||||
public Scene()
|
||||
{
|
||||
_background = new DrawBackground(Color4.Black);
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue