nelsonxb / GraphPaperRaceGame

Implementation of Racetrack (graph paper game)
MIT License
0 stars 0 forks source link

Fix framework imports #34

Open nelsonxb opened 9 years ago

nelsonxb commented 9 years ago

A few classes which may otherwise not need any porting still import a few Slick2d classes (e.g. Vector2f is common everywhere). These need to be switched to corresponding LibGDX classes (if existing).