decentraland / sdk7-goerli-plaza

9 stars 25 forks source link

Antrom RPG (Dice Masters) - UI identifaction #200

Open sdilauro opened 3 months ago

sdilauro commented 3 months ago
sdilauro commented 3 months ago

Loading

https://github.com/leanmendoza/rpg-scene-ui/assets/22157752/157cba9d-e350-4bde-b5e3-95d9eecc9fb9

Loading screen is generated in Dice_Masters/src/game.ts

sdilauro commented 3 months ago

Create player

https://github.com/leanmendoza/rpg-scene-ui/assets/22157752/4584edbe-4755-4595-83aa-788909930598

Player Creation HUD code in Dice_Masters/src/hud/creation-hud.ts

sdilauro commented 3 months ago

Dungeons selection, info and loading screen

https://github.com/leanmendoza/rpg-scene-ui/assets/22157752/d0d179c3-d43d-44b9-89a6-f42efd46611d

Play Dungeon Button: Dice_Masters/src/ui.ts from line 67 onwards.

Dungeon tokens window: Dice_Masters/src/ui.ts from line 1668 onwards.

Dungeon Selection: Dice_Masters/src/ui.ts from line 107 onwards.

Dungeon Info: Dice_Masters/src/ui.ts from line 937 onwards.

Hint is a loading image: Dice_Masters/src/loader.ts

sdilauro commented 3 months ago

Inventory HUD - Inventory, Companion, Profession, Skills

https://github.com/leanmendoza/rpg-scene-ui/assets/22157752/aaccc74b-19e3-45d2-a3e8-0d947eb9015a

Inventory HUD code in Dice_Masters/src/hud/inventory-hud.ts

Inventory page code in Dice_Masters/src/hud/pages/inventory-page.ts

Companion page code in Dice_Masters/src/hud/pages/companion-page.ts

Profession page code in Dice_Masters/src/hud/pages/profession-page.ts

Skills page code in Dice_Masters/src/hud/pages/skills-page.ts

sdilauro commented 3 months ago

Leaderboard - Help - Stats

https://github.com/leanmendoza/rpg-scene-ui/assets/22157752/df6f7caf-0238-4e13-93e7-b7436031dfb9

Leaderboard HUD code in Dice_Masters/src/hud/leaderboard-hud.ts

sdilauro commented 3 months ago

Drop - Critical Hit - Level up

https://github.com/leanmendoza/rpg-scene-ui/assets/22157752/37cbc772-e690-47ab-9db9-9c478ea387db

Level up: Dice_Masters/src/player.ts from line 814 onwards

Critical hit: Dice_Masters/src/ui.ts from line 2107 onwards

sdilauro commented 3 months ago

NPC Dialogue

https://github.com/leanmendoza/rpg-scene-ui/assets/22157752/2ab1f20a-8aa4-4157-a471-fa3489e38504

sdilauro commented 3 months ago

Magical Item Purchase

https://github.com/leanmendoza/rpg-scene-ui/assets/22157752/dc75576f-451a-4539-bc4c-534bc2646604

code in Dice_Masters/src/hud/magicalitemsmarket-hud.ts

sdilauro commented 3 months ago

Wearable Market

https://github.com/leanmendoza/rpg-scene-ui/assets/22157752/7cb6eb28-de27-4412-9f9e-dd0825744e1b

code: Dice_Masters/src/hud/apprenticemarket-hud.ts

sdilauro commented 3 months ago

Farming

https://github.com/leanmendoza/rpg-scene-ui/assets/22157752/3a5ae04e-f9c6-499b-ada9-c711a71975c4

Resources farming: Dice_Masters/src/ui.ts from line 2186 onwards.

sdilauro commented 3 months ago

Resources Market

https://github.com/leanmendoza/rpg-scene-ui/assets/22157752/79bc7a1b-f51a-4fda-b219-526aab88d3b0

code: Dice_Masters/src/hud/resourcemarket-hud.ts

sdilauro commented 3 months ago

Quest In Progress

https://github.com/leanmendoza/rpg-scene-ui/assets/22157752/c05b913e-d30f-47bc-8c6e-afa206c8c646

code: Dice_Masters/src/eventQuests/GeneralEventQuestHandler.ts