Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

also in your game there are no attached images. either indicate links to their location on the Internet, or attach a folder to the archive with an html file, and refer to their location.

I used the command "<img src= >", but what was needed in a different way?

I did everything according to the tutorials from YouTube

In CSS, set the height and width values for the images.

....Can briefly explain what CSS is?....Well, I'm sorry, I just started to understand Twine...

CSS allows you to place code objects and change their appearance. That's it in short. To understand what it is, watch various videos about HTML and CSS. They always work together, and Twine is also tied to them. There is also JS, but that's after mastering the first two. In general, these three can be called the basis of website building and layout.

Hooray, I fixed the problem with the photo, in short, it takes a long time to explain, but I'm glad that I fixed everything :)

(1 edit)

Listen, can you tell me how difficult it is to create a day system in Twine? I'm just thinking of making a game with a days system. Pleaaase((

set a variable, and on the passage of the transition to the next day add a condition so that this variable is added by 1. Such questions are better not in the comments.