Skip to content

Commit

Permalink
#7 Team Chimple: Extract a List of Videos
Browse files Browse the repository at this point in the history
- Added TODOs
  • Loading branch information
jo-xprize committed Oct 22, 2019
1 parent c87ce0c commit e2304e4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions team-CHIMPLE/videos/Video.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
class Video:
id = 0
title = ""
asset_path = ""
2 changes: 2 additions & 0 deletions team-CHIMPLE/videos/extract_video_assets.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# TODO: extract from https://github.com/XPRIZE/GLEXP-Team-Chimple-goa/blob/master/goa/Resources/res/config/game_levels.json
# TODO: extract from https://github.com/XPRIZE/GLEXP-Team-Chimple-goa/tree/master/goa/Resources/res/lang/swa/help

0 comments on commit e2304e4

Please sign in to comment.