ThatRozebudDude / FPS-Plus-Public

Other
107 stars 104 forks source link

Type "System" not found when compiling #29

Closed DarkMinerULTRA closed 1 year ago

DarkMinerULTRA commented 2 years ago

when i compile it says this:

source/title/TitleScreen.hx:116: characters 4-10 : Type not found : System

My OS is MacOS, my OS version is 10.13.6, and my Haxe version is 4.1.5. Can someone help with this

RoxDivision231 commented 2 years ago

Hey under import openfl.Assets; add import openfl.system.System;

welcome