Skip to content
This repository has been archived by the owner on Oct 24, 2024. It is now read-only.

Commit

Permalink
Scene: Clinic (#143)
Browse files Browse the repository at this point in the history
* Supporting horizontal flippy in Godot

* Clinic scene

* Renamed bin to dev
  • Loading branch information
porkbrain authored May 3, 2024
1 parent fb8008f commit 8f7aa00
Show file tree
Hide file tree
Showing 45 changed files with 2,077 additions and 410 deletions.
2 changes: 1 addition & 1 deletion .devtools/dialog_visualizations/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ The `.png`s are not checked in to the repository.
Use the following command to generate the `.png`s and watch for changes to the `.toml`s:

```bash
./bin/visualize_dialog
./dev/visualize_dialog
```
23 changes: 23 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ members = [
"main_game",
"scenes/building1_basement1",
"scenes/building1_player_floor",
"scenes/clinic",
"scenes/downtown",
"scenes/mall",
"scenes/meditation",
Expand Down Expand Up @@ -54,6 +55,7 @@ bevy_egui = "0.27"

scene_building1_basement1 = { path = "scenes/building1_basement1" }
scene_building1_player_floor = { path = "scenes/building1_player_floor" }
scene_clinic = { path = "scenes/clinic" }
scene_downtown = { path = "scenes/downtown" }
scene_mall = { path = "scenes/mall" }
scene_meditation = { path = "scenes/meditation" }
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

A top down pixelart game created with [Bevy](https://bevyengine.org/).

Run `$ ./bin/wiki` to open the game's [wiki](wiki/README.md) locally in your browser.
Run `$ ./dev/wiki` to open the game's [wiki](wiki/README.md) locally in your browser.

# Repo organization

Expand Down
3 changes: 0 additions & 3 deletions bin/visualize_dialog

This file was deleted.

File renamed without changes.
3 changes: 3 additions & 0 deletions dev/visualize_dialog
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/bin/bash

python3 dev/visualize_dialog.py --watch
File renamed without changes.
File renamed without changes.
1 change: 1 addition & 0 deletions main_game/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ common_story.workspace = true
main_game_lib.workspace = true
scene_building1_basement1.workspace = true
scene_building1_player_floor.workspace = true
scene_clinic.workspace = true
scene_downtown.workspace = true
scene_mall.workspace = true
scene_meditation.workspace = true
Binary file removed main_game/assets/downtown/jehlicnan_flipped.png
Binary file not shown.
Loading

0 comments on commit 8f7aa00

Please sign in to comment.