Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor : re engineering #25

Merged
merged 35 commits into from
Nov 18, 2023
Merged

Refactor : re engineering #25

merged 35 commits into from
Nov 18, 2023

Conversation

tjdvlf2880
Copy link
Collaborator

I have completed a code refactoring, and there are a few changes:

I abandoned dot graphics and switched to image resources.
I changed the skill mode to a hard mode, limiting the magazine.
Save files will now be in JSON format.
There are 3 test Levels.

JAMMMMMMIN and others added 30 commits October 22, 2023 23:52
TeamHUD: fix alignment of item font
기존의 Space Invador 프로젝트를 포팅 중.

현재 Login,Menu,Setting,Store 스크린을 작업 완료 하였으며
앞으로 Game,achieve 스크린을 작업할 예정

추가적으로 리소스의 Raw한 도트 파일 사용을 중단하고 Png파일로 대체 하는 작업을
거치는 중.
@@ -0,0 +1,18 @@
package EnginePrime;

public interface GManager {
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

IManager 이런 네이밍이 조금 더 좋아보이네요


public void PreUpdate();

public void LateUpdate();
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pre, Late -> before, after가 조금 더 명확할 것 같아요

@bysxx bysxx merged commit 57e006f into team/react Nov 18, 2023
@tjdvlf2880 tjdvlf2880 deleted the feature/ReEngineering branch December 4, 2023 01:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.