logokas / ddcc

The DDCC Code Platform
3 stars 12 forks source link

Travis Hotfix #33

Closed Bronya-Rand closed 5 years ago

Bronya-Rand commented 5 years ago

For some reason, Travis was missing the gui.rpy file from the base mod template which caused DDCC to fail build after each commit and release.

The issue While running game code: File "game/screens.rpy", line 12, in script style default: File "game/screens.rpy", line 15, in <module> color gui.text_color AttributeError: 'StoreModule' object has no attribute 'text_color'

Fix: Re-added gui.rpy from the 1.1.0 Template for compatibility reasons

Already built and good to go now with a pass build and data actually being built. Also has every skit that all should check out according to Travis from the latest hour of this PR Annotation 2019-05-12 141727

Bronya-Rand commented 5 years ago

PR should include PR #32 #34 fixed and added as 1 PR. Pending conflict check by Logo or Ceane to PR