• Joined on 2026-06-06
maple created branch codex/bandit-silent-deck in gahusb/maplecontest 2026-06-14 02:37:30 +09:00
maple deleted branch feature/p14-loop-lobby-soul from gahusb/maplecontest 2026-06-14 01:50:33 +09:00
maple pushed to main at gahusb/maplecontest 2026-06-14 01:50:24 +09:00
8f233296af Merge pull request 'feat: P14 — 반복 런·로비·영혼·도적·몬스터 랜덤성 (요청 17항목)' (#52) from feature/p14-loop-lobby-soul into main
5f89d61a8b fix(lobby): 로비 카드 도감용 Cards/Frames 테이블을 OnBeginPlay에 시드
8879647b26 feat(soul): 영혼 메타 성장 시스템 (P14-9)
7ee323ea8b feat(lobby): 로비 허브 + NPC 4종 + 반복 런 루프 (P14-8)
7cc311ee91 feat(economy): 메소 표기 완성 + 메소 코인 아이콘 추가 (P14-7)
Compare 12 commits »
maple merged pull request gahusb/maplecontest#52 2026-06-14 01:50:22 +09:00
feat: P14 — 반복 런·로비·영혼·도적·몬스터 랜덤성 (요청 17항목)
maple deleted branch fix/deck-popup-layering from gahusb/maplecontest 2026-06-11 01:44:56 +09:00
maple pushed to main at gahusb/maplecontest 2026-06-11 01:44:52 +09:00
fb5f0d6d5b Merge pull request 'fix(ui): keep deck popups above monster hp' (#33) from fix/deck-popup-layering into main
066ad6ddca fix(ui): keep deck popups above monster hp
Compare 2 commits »
maple merged pull request gahusb/maplecontest#33 2026-06-11 01:44:49 +09:00
fix(ui): keep deck popups above monster hp
maple deleted branch feature/map01-monster-content from gahusb/maplecontest 2026-06-11 01:44:39 +09:00
maple pushed to main at gahusb/maplecontest 2026-06-11 01:44:28 +09:00
569c1d5eb4 Merge pull request 'feat(map01): 노드 타입별 몬스터 그룹 콘텐츠 + HP바 몬스터 추종' (#32) from feature/map01-monster-content into main
33bc98c015 feat(map01): HP바를 각 몬스터 위에 표시(world→screen) + 엘리트/보스 우측 배치
895e521724 feat(map01): 노드 타입별 몬스터 그룹 콘텐츠 — 일반/엘리트/보스 배치
Compare 3 commits »
maple merged pull request gahusb/maplecontest#32 2026-06-11 01:44:27 +09:00
feat(map01): 노드 타입별 몬스터 그룹 콘텐츠 + HP바 몬스터 추종
maple created pull request gahusb/maplecontest#33 2026-06-11 01:43:11 +09:00
fix(ui): keep deck popups above monster hp
maple pushed to fix/deck-popup-layering at gahusb/maplecontest 2026-06-11 01:41:51 +09:00
066ad6ddca fix(ui): keep deck popups above monster hp
maple created branch fix/deck-popup-layering in gahusb/maplecontest 2026-06-11 01:41:50 +09:00
maple created pull request gahusb/maplecontest#30 2026-06-10 21:18:11 +09:00
덱 팝업에서 몬스터 HP UI가 앞에 뜨지 않도록 수정
maple created branch fix/deck-popup-monster-layer in gahusb/maplecontest 2026-06-10 21:17:44 +09:00
maple pushed to fix/deck-popup-monster-layer at gahusb/maplecontest 2026-06-10 21:17:44 +09:00
d247115ad7 Keep monster HP behind deck popups
maple created pull request gahusb/maplecontest#28 2026-06-10 20:59:32 +09:00
캐릭터 선택 시작 메뉴 추가
maple pushed to feature/character-select-menu at gahusb/maplecontest 2026-06-10 20:57:54 +09:00
76e60d3350 Add character select start menu
maple created branch feature/character-select-menu in gahusb/maplecontest 2026-06-10 20:57:53 +09:00
maple commented on pull request gahusb/maplecontest#27 2026-06-10 20:23:31 +09:00
fix(ui): 덱 팝업을 몬스터 HP UI 위에 렌더

수정 방향 메모: 처음에는 팝업이 열릴 때 몬스터 HP 슬롯을 비활성화하는 방식도 검토했지만, UI가 꺼지는 부작용이 있어 제외했습니다. 최종 구현은 팝업 렌더러에 OverrideSorting=true, SortingLayer=UI,…