Window内でのGameEditorの開き方を変更
→ run()実行ではEditorは開かず、runWithEditor()実行でEditorを開くように
1 parent e25ed77 commit 8b43bb8fb826d6f13976712e0214ae99ea1965ac
NoranekoFelician authored on 31 Oct
Showing 32 changed files
View
13
.idea/compiler.xml 0 → 100644
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="CompilerConfiguration">
<annotationProcessing>
<profile name="Maven default annotation processors profile" enabled="true">
<sourceOutputDir name="target/generated-sources/annotations" />
<sourceTestOutputDir name="target/generated-test-sources/test-annotations" />
<outputRelativeToContentRoot value="true" />
<module name="GameEngine" />
</profile>
</annotationProcessing>
</component>
</project>
View
7
.idea/encodings.xml 0 → 100644
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="Encoding">
<file url="file://$PROJECT_DIR$/GameEngine/src/main/java" charset="UTF-8" />
<file url="file://$PROJECT_DIR$/GameEngine/src/main/resources" charset="UTF-8" />
</component>
</project>
View
.idea/jarRepositories.xml 0 → 100644
View
.idea/misc.xml 0 → 100644
View
.idea/modules.xml 0 → 100644
View
.idea/vcs.xml 0 → 100644
View
AlgebraicDataflowArchitectureModel/AlgebraicDataflowArchitectureModel.iml
View
GameEngine/target/classes/Main.class 0 → 100644
Not supported
View
GameEngine/target/classes/gameEngine/GameEditor$1.class 0 → 100644
Not supported
View
GameEngine/target/classes/gameEngine/GameEditor.class 0 → 100644
Not supported
View
GameEngine/target/classes/gameEngine/Time.class 0 → 100644
Not supported
View
GameEngine/target/classes/gameEngine/entites/Camera$ProjectionType.class 0 → 100644
Not supported
View
GameEngine/target/classes/gameEngine/entites/Camera.class 0 → 100644
Not supported
View
GameEngine/target/classes/gameEngine/entites/Entity.class 0 → 100644
Not supported
View
GameEngine/target/classes/gameEngine/entites/GameObject.class 0 → 100644
Not supported
View
GameEngine/target/classes/gameEngine/entites/gameComponents/ColorController.class 0 → 100644
Not supported
View
GameEngine/target/classes/gameEngine/entites/gameComponents/CopyEntity.class 0 → 100644
Not supported
View
GameEngine/target/classes/gameEngine/entites/gameComponents/GameComponent.class 0 → 100644
Not supported
View
GameEngine/target/classes/gameEngine/entites/gameComponents/Mesh$MeshType.class 0 → 100644
Not supported
View
GameEngine/target/classes/gameEngine/entites/gameComponents/Mesh.class 0 → 100644
Not supported
View
GameEngine/target/classes/gameEngine/entites/gameComponents/MoveImage.class 0 → 100644
Not supported
View
GameEngine/target/classes/gameEngine/entites/gameComponents/Physics.class 0 → 100644
Not supported
View
GameEngine/target/classes/gameEngine/geometry/Transform.class 0 → 100644
Not supported
View
GameEngine/target/classes/gameEngine/input/Input.class 0 → 100644
Not supported
View
GameEngine/target/classes/gameEngine/input/KeyInput.class 0 → 100644
Not supported
View
GameEngine/target/classes/gameEngine/input/MouseInput.class 0 → 100644
Not supported
View
GameEngine/target/classes/gameEngine/scenes/EditorScene.class 0 → 100644
Not supported
View
GameEngine/target/classes/gameEngine/scenes/GameScene.class 0 → 100644
Not supported
View
GameEngine/target/classes/gameEngine/scenes/Scene.class 0 → 100644
Not supported
View
GameEngine/target/classes/gameEngine/views/Color.class 0 → 100644
Not supported
View
GameEngine/target/classes/gameEngine/views/Texture.class 0 → 100644
Not supported
View
GameEngine/target/classes/gameEngine/views/Window.class 0 → 100644
Not supported