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

Merge 2023hackathon #111

Merged
merged 4 commits into from
Jan 7, 2024
Merged

Merge 2023hackathon #111

merged 4 commits into from
Jan 7, 2024

Commits on Jan 7, 2024

  1. Archive unity front (#89)

    Add appsettings.local.json description (#90)
    Atralupus committed Jan 7, 2024
    Configuration menu
    Copy the full SHA
    f77ec6a View commit details
    Browse the repository at this point in the history
  2. make initial empty godot project

    push initial main_scene
    
    add several scenes
    
    remove main_scene and update project settings
    
    Migrage use item & planting seed (#92)
    
    Migrage use item & planting seed
    
    implement intro scene
    
    implement select_village scene
    
    remove useless main scene
    
    Implement signer
    
    SVR-207 Implement gql client (#95)
    
    * Implement GraphQLClient
    
    * Remove print codes
    
    Add config (#97)
    
    add temporary resource for village background nine patch image
    
    add temporary VillageView scene
    
    오늘 배운거: gdscript는 오버로드가 안된다
    
    temporary VillageView implement
    
    real temp village view using example
    
    진짜 집들까지 인자로 받게 했음
    
    Implement gql client (re) (#99)
    
    move scripts
    
    autoload scene_context
    
    change scene to village_view from select_village
    
    add GodotGraphQL as submodule
    
    fix GraphQL endpoint
    
    query villages
    
    separate select_village_village_button scene
    
    bind real villages
    
    add sprites directory
    
    reflect moved resource path
    
    집을 생성해서 설치해보았음
    
    마을 사이즈/위치 리셋, 집 위치 설정
    
    하여튼 뭔가 마을을 스크롤 할 수 있게 됐습니다
    
    피봇 설정이 잘 안먹혀서 적당히 피봇 맞춰서 잘 집을 설치해주었어요
    
    Implement Inventory
    
    (0, 0) 좌표가 어딘지 모르겠어서 표시용으로 뭐 하나를 추가했습니다...
    
    클릭한 곳을 마을 기준 좌표로 어딘지 x, y를 찍게 만들었어요
    
    마우스 좌표를 bg 오브젝트 기준으로 변경
    
    이번엔 진짜로 좌표 설정 똑바로 됩니다 스크롤해도 됨
    
    커맨드나 컨트롤 키를 같이 눌러야 로그가 찍히게 해놨습니다 제대로 된 인풋 조건 필터링이 어렵네요...
    
    implement farm #1
    
    add Signer.signer_address
    
    query userState
    
    place house gql(real) (#109)
    
    * place house unsigned transaction을 받아왔습니다
    
    * dict에서 unsigned tx 가져왔고
    
    * 집을 지을 수 있어요
    
    컨트롤 클릭으로 집을 짓고 게임을 껐다 켜세요
    boscohyun authored and Atralupus committed Jan 7, 2024
    Configuration menu
    Copy the full SHA
    f5fd119 View commit details
    Browse the repository at this point in the history
  3. Add LifeStone item, IsSuperFood property, and UseLifeStoneAction

    Add exception handlings & tests for UseLifeStoneAction
    
    Fix UseLifeStoneActionTests
    eseiker authored and Atralupus committed Jan 7, 2024
    Configuration menu
    Copy the full SHA
    08e217b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a24c7f3 View commit details
    Browse the repository at this point in the history