2
0
mirror of https://github.com/raylib-cs/raylib-cs synced 2025-06-30 19:03:42 -04:00

Porting examples

- Test.Common now used for Examples project.
- Testing examples alot.
This commit is contained in:
2018-10-22 16:10:20 +01:00
parent 4a5299504a
commit 6a02bb9d08
97 changed files with 516 additions and 366 deletions

View File

@ -1,7 +1,7 @@
using Raylib;
using static Raylib.Raylib;
public partial class Examples
public partial class shapes_basic_shapes
{
/*******************************************************************************************
/*******************************************************************************************
*

View File

@ -1,7 +1,7 @@
using Raylib;
using static Raylib.Raylib;
public partial class Examples
public partial class shapes_colors_palette
{
/*******************************************************************************************
/*******************************************************************************************
*

View File

@ -1,7 +1,7 @@
using Raylib;
using static Raylib.Raylib;
public partial class Examples
public partial class shapes_lines_bezier
{
/*******************************************************************************************
/*******************************************************************************************
*

View File

@ -1,7 +1,7 @@
using Raylib;
using static Raylib.Raylib;
public partial class Examples
public partial class shapes_logo_raylib
{
/*******************************************************************************************
/*******************************************************************************************
*

File diff suppressed because one or more lines are too long