Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(1 edit) (+1)

Thank you! I did try this earlier but I didn't know how to reference it ( was putting deck.ddstyle). It can handle the position! but it seems like it can't handle the size from calling dialoguewindow.size. (but I can just set the size manually since I have the measurements). Thank you so much!

(+1)

I think if you wanted to reference something off another object you'd need to do it in a card-agnostic manner, something like card1.widgets.dialoguewindow.size, if that helps