This commit is contained in:
Thomas FORGIONE
2015-10-01 17:36:19 +02:00
parent 0f6d22251a
commit 27dad08861
9 changed files with 345 additions and 356 deletions

View File

@@ -83,7 +83,7 @@ INSERT INTO Scene(name, coin_number) VALUES ('bobomb' , 44);
INSERT INTO Scene(name, coin_number) VALUES ('coolcoolmountain', 66);
INSERT INTO Scene(name, coin_number) VALUES ('whomp' , 50);
INSERT INTO RecommendationStyle(name) VALUES('L3D.EmptyRecommendation');
INSERT INTO RecommendationStyle(name) VALUES('L3D.BaseRecommendation');
INSERT INTO RecommendationStyle(name) VALUES('L3D.ArrowRecommendation');
INSERT INTO RecommendationStyle(name) VALUES('L3D.ViewportRecommendation');