Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

drewdiver

5
Posts
1
Topics
A member registered Jan 26, 2023

Recent community posts

This does! When looking at the docs I guess this made me think "split" and such were tied specifically to tables. But now I'm starting to wrap my head around this.

I'm having a hard time wrapping my head around arrays, maybe it's not what I actually need to be using. Basically I have two fields that I can enter text and I want to take each field and append them to an array that splits it all up by word. So "This is my text"  in field1 and "More text" in field2 would be ["This", "is", "my", "text", "More", "text"] that I could then manipulate.

Awesome! Thanks for the heads up.

(1 edit)

Well I'll be! I was wondering if during a "pacman -Syu" my sdl might have been updated. I need to do some digging. At least I'm not going crazy :)

I've purchased Decker for my Mac and up until recently have downloaded a release *.tar.gz to which I run "make decker && make lilt && make docs && sudo make install" on Arch. I have the sdl2 and sdl2_image libraries. All of a sudden when I run Decker there's an audible rapid "clicking" coming out of my speakers. Perhaps it has been present this whole time but I had volume down.. I've tried removing and installing older builds to no avail.. curious if anyone is aware of this or knows a fix? I've tried searching the community here and some internet searches but no luck..