Fix example and add android binary

This commit is contained in:
Braedon Lewis 2023-04-15 04:37:39 -04:00
parent 578920eabf
commit ba2ac60f54
2 changed files with 2 additions and 2 deletions

View file

@ -1,5 +1,6 @@
using System; using System;
using Raylib; using RaylibBeef;
using static RaylibBeef.Raylib;
namespace example; namespace example;
@ -7,7 +8,6 @@ class Program
{ {
public static int Main(String[] args) public static int Main(String[] args)
{ {
SetConfigFlags((int)ConfigFlags.FLAG_WINDOW_RESIZABLE);
InitWindow(800, 600, "Raylib Beef 4.5"); InitWindow(800, 600, "Raylib Beef 4.5");
var beefMain = Color(165, 47, 78, 255); var beefMain = Color(165, 47, 78, 255);

Binary file not shown.