a
a
CC#
Created by a on 9/29/2023 in #help
❔ exporting C# to html
is there a way to export c# and raylib_cs to html?
66 replies
CC#
Created by a on 8/15/2023 in #help
✅ putting an object from an array into a variable changes the array
I'm trying to make a game using Raylib and I have a readonly array with a some levels in it I also have a variable called currentLevel which has levels[0] in it if I do
currentLevel.blocks.RemoveAt(0);
currentLevel.blocks.RemoveAt(0);
it doesn't only remove the first block from currentLevel it also removes it from levels[0]
38 replies