OneHitWonder's Recent Forum Activity

  • If you posted your HTML I could be more specific with your request.

    Let's say you have an unordered list.

    <ul>
    <li>One</li>
    <li>Two</li>
    <li>Three</li>
    <li>Four</li>
    </ul>

    <ul> <li>One</li> <li>Two</li> <li>Three</li> <li>Four</li> </ul>

    You can then use the unordered list selector:

    ul {border-style: solid;}

    Obviously you'll need to change the selector based on your HTML and if your uses any class / id, otherwise it will change all lists.

  • I wasn't using sprites. I was actually using a tilemap but I soon realised how the layers work and having multiple tilemaps layered could work.

    I couldn't fully test it due to only having 2 layers in the free trial so I think I'll get a membership as I am sure it would work just fine.

  • Try Construct 3

    Develop games in your browser. Powerful, performant & highly capable.

    Try Now Construct 3 users don't see these ads
  • Hello,

    I am currently deciding on whether or not to use Construct over LibGDX for my next project so I am just trying out a few things in the free trial before fully committing.

    As mentioned above I have 64 * 64 isometric tiles and want to know how Construct handles the placement of these. Here is an example of a tile:

    As each tile is split into 32 * 32 sections, half of the tile is transparent but placing tiles next to each other causes the original tile to be replaced by just the transparent side.

    Can Construct handle isometric tiles?

    Thanks.

    Tagged:

  • Assuming you are talking about the border of the scrollbar, try this:

    Try something like this:

    ::-webkit-scrollbar-track {
     box-shadow: inset 0 0 5px grey; 
     border-radius: 5px;
    }

    If you are referring to an actual list view. You can just use the CSS border property and use whatever selector is most relevant.

OneHitWonder's avatar

OneHitWonder

Member since 17 Apr, 2023

None one is following OneHitWonder yet!

Trophy Case

  • 1-Year Club
  • RTFM Read the fabulous manual
  • Email Verified

Progress

3/44
How to earn trophies