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

[Idea] Display level and xp (+estimated time to reach) when "you" play #19

Open
Zuko opened this issue Jun 22, 2018 · 1 comment
Open
Labels
enhancement New feature or request

Comments

@Zuko
Copy link

Zuko commented Jun 22, 2018

As title.

Now I need to "pause" the game or check my xp on steam.

@coryshaw1 coryshaw1 added the enhancement New feature or request label Jun 22, 2018
@Gummibeer
Copy link
Contributor

gPlayerInfo contains all needed information.
https://steamcommunity-a.akamaihd.net/public/javascript/saliengame/salien.js?v=Mtt52mL58vX0&l=german CSalienInfoBox is the real game logic that creates the box.

If it's enough to display the same info box as on the main screen just call the same logic in the battle screen:

let m_SalienInfoBox = new CSalienInfoBox();
m_SalienInfoBox.x = 12;
m_SalienInfoBox.y = k_ScreenHeight - 72;
gApp.stage.addChild(m_SalienInfoBox);

from: https://steamcommunity-a.akamaihd.net/public/javascript/saliengame/game.js?v=6f7DD7ic3r9I&l=german L518-521

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants