mirror of
https://github.com/michaelrausch/Party-Parrots-At-Sea.git
synced 2026-05-09 14:28:43 +00:00
Drawing player icon assets but line segment was not added to repo some app crashes.
#implement #story[1266]
This commit is contained in:
@@ -18,7 +18,7 @@ public enum ModelType {
|
||||
START_LINE ("start_line.dae"),
|
||||
GATE_LINE ("gate_line.dae"),
|
||||
WAKE ("wake.dae"),
|
||||
TRAIL_SEGMENT ("trail_segment.dae");
|
||||
TRAIL_SEGMENT ("trail_segment.dae"),
|
||||
PLAYER_IDENTIFIER ("player_identifier.dae");
|
||||
|
||||
final String filename;
|
||||
|
||||
Reference in New Issue
Block a user