Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ app.*.map.json
.venv/

# scene pipeline
tools/__pycache__/
**/__pycache__/
tools/scenes/*.preview.png
tools/scenes/*.regions.png
tools/scenes/*.regions.sheet.png
Expand All @@ -57,6 +57,13 @@ tools/scenes/*.sheet.png
# store screenshot rig output
store/

# Promo video rig. The capture harness, the Veo and Lyria generators and the
# `lib/` hooks the walk reads are kept out of the repo with the rest of the
# marketing material in store/. `tools/promo/capture.sh` stages the hooks and
# the walk itself for the length of a run and takes them straight back out.
tools/promo/
integration_test/promo_walk_test.dart

.env
# Generated source art for the levels: plates and sprite sheets that
# `tools/scene.sh build` bakes assets/levels/ from. Too big to track; it is
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: peepo
description: "Hidden object game - find items in cluttered scenes."
publish_to: 'none'
version: 1.15.1+27
version: 1.15.2+28

environment:
sdk: ^3.9.2
Expand Down
Loading