AlmasB / FXGL

Java / JavaFX / Kotlin Game Library (Engine)
http://almasb.github.io/FXGL/
MIT License
4.34k stars 548 forks source link

"import com.almasb.fxgl.settings.GameSettings;" where is "GameSettings"? I can't find it. #583

Closed gogoqiu closed 5 years ago

gogoqiu commented 6 years ago

import com.almasb.fxgl.asset.AssetLoader; import com.almasb.fxgl.audio.AudioPlayer; import com.almasb.fxgl.core.logging.*; import com.almasb.fxgl.entity.GameWorld; import com.almasb.fxgl.event.EventBus; import com.almasb.fxgl.gameplay.GameState; import com.almasb.fxgl.gameplay.Gameplay; import com.almasb.fxgl.gameplay.notification.NotificationService; import com.almasb.fxgl.input.Input;

import com.almasb.fxgl.settings.GameSettings; import com.almasb.fxgl.settings.ReadOnlyGameSettings;

...

AlmasB commented 6 years ago

It's here under kotlin/com/almasb/fxgl/settings/Settings.kt