mirror of
https://github.com/Starpelly/raylib-beef.git
synced 2025-03-15 13:20:03 +01:00
Update README.md to v5.0
This commit is contained in:
parent
e3f29a5bbc
commit
618975a00b
1 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
BeefLang bindings for **Raylib 4.5**.
|
BeefLang bindings for **Raylib 5.0**.
|
||||||
|
|
||||||
> **Note**: OS is limited to Windows right now, I see no reason why this wouldn't work on other platforms, though. I guess only one way to find out.
|
> **Note**: OS is limited to Windows right now, I see no reason why this wouldn't work on other platforms, though. I guess only one way to find out.
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@ class Program
|
||||||
{
|
{
|
||||||
public static int Main(String[] args)
|
public static int Main(String[] args)
|
||||||
{
|
{
|
||||||
InitWindow(800, 600, "Raylib Beef 4.5");
|
InitWindow(800, 600, scope $"Raylib Beef {RAYLIB_VERSION_MAJOR}.{RAYLIB_VERSION_MINOR}.{RAYLIB_VERSION_PATCH}");
|
||||||
InitAudioDevice();
|
InitAudioDevice();
|
||||||
|
|
||||||
var beefMain = Color(165, 47, 78, 255);
|
var beefMain = Color(165, 47, 78, 255);
|
||||||
|
|
Loading…
Add table
Reference in a new issue