Closed grady404 closed 8 years ago
Did you also forget to get rid of "test" at the bottom? haha
But- you're not actually going to use the unicode characters, right? Because there are only finitely many of those...
You know what? I would actually use a rounded rectangle instead of a circle, that way it will display correctly no matter how many digits are in the level number. That will also make it easier for you to implement.
Have you gotten to a point in adding your levels where you think we should merge the branch?
Let me extract the current branch so I can sort through it and see what's in there, and once I do I would just recommend replacing the old branch with the new one including the user levels (don't do it yet though).
Let me know when, cause merging the two is as simple as pressing a button and the only changes that will be made to the master
branch are only the changes you made in levels-main
Yeah but I think you should completely REPLACE the level directory, as opposed to merging the two versions (which would imply keeping files from both), but like I said not yet, I'm trying to figure out how to download the directory
On Wednesday, September 7, 2016, Cooper Anderson notifications@github.com wrote:
Let me know when, cause merging the two is as simple as pressing a button and the only changes that will be made to the master branch are only the changes you made in levels-main
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/cooper-anderson/Blockade/issues/4#issuecomment-245487611, or mute the thread https://github.com/notifications/unsubscribe-auth/AJyH7sGyVf7SrsazpBCr9YMVswybZb_9ks5qn4idgaJpZM4J3kIc .
I like where you're going with this, but I think the bottom left corner of the screen is too cluttered. You don't need to show the creators inside of the level, show that on the level select screen. And instead of having separate lines for each thing, just make it something like this: <button [whatever button stuff you do to make it look nice]>NUM</button> Level Name
Makes sense, I'll do that
ooh!! bootstrap labels!
any particular color?
Oh yeah, of course. Those would look really nice. I'd go with info (that's the same color as the blocks right?)
indeed
Then that for sure
Minor thing, upon completing the last available level the "Continue" button shouldn't be disabled, it should just take you back to the level select when you click it
YES! That looks great. The game already seems a lot more complete
yeah definitely!
ooh! a thing we should add to the todo list, fix all the TODO
things
(but that doesnt belong in this thread)
I'll add that haha
k good
So would you say that considers this thread closed?
Yep, soon as you add it to the repo.
awesome
Did you do my "minor thing"? ^^^
Use the "name" attribute in the level file (under "data") to display the level name and number within the play screen. I suggest displaying it in the bottom left corner, the number followed by the name, with the number in a little circle (EDIT: see comment below) to make it look nicer. Example: "⓬ Jailbreak". I'd say white with gray text (same as background color) for the circle and white text for the level name, don't know how you'd exactly make the circle, but I trust you'll be able to. And obviously, make everything Hasklig.