https://linen.dev logo
Join Discord
Powered by
# flixel
  • d

    dazzling-ocean-80407

    05/29/2023, 12:14 AM
    the black square is probably the sprite
  • d

    dazzling-ocean-80407

    05/29/2023, 12:16 AM
    it'll just be easier to tell which one is the sprite if you comment the line out, run it, and see if something disappeared or not
  • t

    thousands-state-46635

    05/29/2023, 12:19 AM
    this is a 1920x1080 resolution project
  • t

    thousands-state-46635

    05/29/2023, 12:19 AM
    and flxsprite makegraphic() defaults to white
  • t

    thousands-state-46635

    05/29/2023, 12:20 AM
    even doing something like
    Copy code
    hx
    
            var sprite = new FlxSprite().makeGraphic(400, 200, FlxColor.BLUE);
    yields the same results
  • t

    thousands-state-46635

    05/29/2023, 12:25 AM
    created a new project... it worked fine until i changed the project resolutinon
  • t

    thousands-state-46635

    05/29/2023, 12:29 AM
    well now it works?
  • t

    thousands-state-46635

    05/29/2023, 12:29 AM
    an wtf
  • b

    bland-caravan-49046

    05/29/2023, 2:20 AM
    is there a way to turn off antialiasing on normal FlxText?
  • m

    most-eve-98431

    05/29/2023, 2:21 AM
    Setting it manually
  • m

    most-eve-98431

    05/29/2023, 2:21 AM
    text.antialiasing = false;
  • b

    bland-caravan-49046

    05/29/2023, 2:21 AM
    ohh alr
  • m

    most-eve-98431

    05/29/2023, 2:21 AM
    It should be off by default tho
  • b

    bland-caravan-49046

    05/29/2023, 2:21 AM
    i read that that doesn't work on google but i will try it
  • m

    most-eve-98431

    05/29/2023, 2:21 AM
    thats weird
  • b

    bland-caravan-49046

    05/29/2023, 2:21 AM
    i'm going for like
  • b

    bland-caravan-49046

    05/29/2023, 2:22 AM
    a raster text appearance
  • b

    bland-caravan-49046

    05/29/2023, 2:22 AM
    sharp edges
  • b

    bland-caravan-49046

    05/29/2023, 2:24 AM
    yeah no it didn't work, i want all the transparent pixels gone
  • m

    most-eve-98431

    05/29/2023, 2:36 AM
    Huh
  • b

    bland-caravan-49046

    05/29/2023, 2:36 AM
    hold on
  • b

    bland-caravan-49046

    05/29/2023, 2:37 AM
    like this

    https://cdn.discordapp.com/attachments/165234904815239168/1112570281886756995/image.png▾

  • m

    most-eve-98431

    05/29/2023, 2:40 AM
    And how does it currently look?
  • b

    bland-caravan-49046

    05/29/2023, 2:42 AM
    something like this

    https://cdn.discordapp.com/attachments/165234904815239168/1112571517906198538/image.png▾

  • m

    most-eve-98431

    05/29/2023, 2:43 AM
    Oohh
  • m

    most-eve-98431

    05/29/2023, 2:46 AM
    Hmm
  • t

    thousands-state-46635

    05/29/2023, 3:21 AM
    might it be the font itself having antialiasing? like the art itself?
  • t

    thousands-state-46635

    05/29/2023, 3:21 AM
    idk, i dont know hwo fonts wokr in depth
  • b

    bland-caravan-49046

    05/29/2023, 3:22 AM
    yeah the font itself does have antialiasing
  • b

    broad-gpu-14081

    05/29/2023, 3:31 AM
    Try to change font size. Some fonts looks less blurry when you set the correct size.