mirror of
https://github.com/Starpelly/raylib-beef.git
synced 2025-03-15 05:16:58 +01:00
Fix example and add android binary
This commit is contained in:
parent
578920eabf
commit
ba2ac60f54
2 changed files with 2 additions and 2 deletions
|
@ -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);
|
||||||
|
|
BIN
raylib-beef/libs/libs_android/libraylib.a
Normal file
BIN
raylib-beef/libs/libs_android/libraylib.a
Normal file
Binary file not shown.
Loading…
Add table
Reference in a new issue