Browse Source

Updated clippy aka kagaku senpai

belt_ext
Weird Constructor 2 months ago
parent
commit
e909cf2eef
  1. 12
      README.md
  2. BIN
      assets/textures/clippy.png
  3. BIN
      assets/textures/clippy/sutemo_sheet.xcf
  4. 4
      src/main.rs

12
README.md

@ -0,0 +1,12 @@
Chemtorio
=========
A factory automation toy for chemical reactions.
Artwork
=======
- External
- Clippy Anime Girl by Sutemo
https://sutemo.itch.io/female-character

BIN
assets/textures/clippy.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 60 KiB

After

Width:  |  Height:  |  Size: 122 KiB

BIN
assets/textures/clippy/sutemo_sheet.xcf

Binary file not shown.

4
src/main.rs

@ -849,6 +849,10 @@ async fn main() {
Color::from_rgba(0xfb, 0x79, 0x91, 0x80),
);
let name = "Kagaku Senpai:";
draw_text(name, 248.0 + 2.0, y_top + 16.0 + 2.0, 20.0, Color::new(0.0, 0.0, 0.0, 1.0));
draw_text(name, 248.0, y_top + 16.0, 20.0, Color::new(0.8, 0.8, 0.8, 1.0));
draw_text(msg, 248.0 + 2.0, y_top + 40.0 + 2.0, 30.0, Color::new(0.0, 0.0, 0.0, 1.0));
draw_text(msg, 248.0, y_top + 40.0, 30.0, Color::new(1.0, 1.0, 1.0, 1.0));

Loading…
Cancel
Save