Skip to main content

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

DEV - How to create an world with Tagon CDS

A topic by BaDanNi created Apr 05, 2020 Views: 158
Viewing posts 1 to 1
Developer (2 edits)
  1. Create a renpy file
  2. Write this
    tg_world:
      name "Terra"
      day 15
      month 7
      year 986
  3. World created

tg_word have this keywords

  • name -> String
  • day -> integer
  • month -> integer
  • year -> integer
  • time -> file path
  • titles -> file path
  • jobs -> file path
  • maps -> file path
  • items -> file path
  • enimies -> file path