From c055eeef6d41269d11b2ddf7f9aba6f8867da65d Mon Sep 17 00:00:00 2001 From: Nikita Kostovsky Date: Tue, 23 Dec 2025 15:28:05 +0100 Subject: initial commit --- core/resources/fall.bmp | Bin 0 -> 65674 bytes core/resources/fall.png | Bin 0 -> 3832 bytes core/resources/flight.bmp | Bin 0 -> 262282 bytes core/resources/flight.png | Bin 0 -> 12656 bytes core/resources/ground.bmp | Bin 0 -> 196746 bytes core/resources/ground.png | Bin 0 -> 33100 bytes core/resources/landing.bmp | Bin 0 -> 196746 bytes core/resources/landing.png | Bin 0 -> 8542 bytes core/resources/numbers.bmp | Bin 0 -> 14538 bytes core/resources/numbers.png | Bin 0 -> 736 bytes core/resources/rest.bmp | Bin 0 -> 65674 bytes core/resources/rest.png | Bin 0 -> 3394 bytes core/resources/takeoff.bmp | Bin 0 -> 196746 bytes core/resources/takeoff.png | Bin 0 -> 8208 bytes core/resources/walk.bmp | Bin 0 -> 721034 bytes core/resources/walk.png | Bin 0 -> 30882 bytes 16 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 core/resources/fall.bmp create mode 100644 core/resources/fall.png create mode 100644 core/resources/flight.bmp create mode 100644 core/resources/flight.png create mode 100644 core/resources/ground.bmp create mode 100644 core/resources/ground.png create mode 100644 core/resources/landing.bmp create mode 100644 core/resources/landing.png create mode 100644 core/resources/numbers.bmp create mode 100644 core/resources/numbers.png create mode 100644 core/resources/rest.bmp create mode 100644 core/resources/rest.png create mode 100644 core/resources/takeoff.bmp create mode 100644 core/resources/takeoff.png create mode 100644 core/resources/walk.bmp create mode 100644 core/resources/walk.png (limited to 'core/resources') diff --git a/core/resources/fall.bmp b/core/resources/fall.bmp new file mode 100644 index 0000000..92db893 Binary files /dev/null and b/core/resources/fall.bmp differ diff --git a/core/resources/fall.png b/core/resources/fall.png new file mode 100644 index 0000000..c9d1248 Binary files /dev/null and b/core/resources/fall.png differ diff --git a/core/resources/flight.bmp b/core/resources/flight.bmp new file mode 100644 index 0000000..d08221a Binary files /dev/null and b/core/resources/flight.bmp differ diff --git a/core/resources/flight.png b/core/resources/flight.png new file mode 100644 index 0000000..a131ab4 Binary files /dev/null and b/core/resources/flight.png differ diff --git a/core/resources/ground.bmp b/core/resources/ground.bmp new file mode 100644 index 0000000..bd4922a Binary files /dev/null and b/core/resources/ground.bmp differ diff --git a/core/resources/ground.png b/core/resources/ground.png new file mode 100644 index 0000000..c5f3a40 Binary files /dev/null and b/core/resources/ground.png differ diff --git a/core/resources/landing.bmp b/core/resources/landing.bmp new file mode 100644 index 0000000..2a82992 Binary files /dev/null and b/core/resources/landing.bmp differ diff --git a/core/resources/landing.png b/core/resources/landing.png new file mode 100644 index 0000000..aa715ef Binary files /dev/null and b/core/resources/landing.png differ diff --git a/core/resources/numbers.bmp b/core/resources/numbers.bmp new file mode 100644 index 0000000..51c4556 Binary files /dev/null and b/core/resources/numbers.bmp differ diff --git a/core/resources/numbers.png b/core/resources/numbers.png new file mode 100644 index 0000000..9b4d20d Binary files /dev/null and b/core/resources/numbers.png differ diff --git a/core/resources/rest.bmp b/core/resources/rest.bmp new file mode 100644 index 0000000..3d6246a Binary files /dev/null and b/core/resources/rest.bmp differ diff --git a/core/resources/rest.png b/core/resources/rest.png new file mode 100644 index 0000000..8b6683c Binary files /dev/null and b/core/resources/rest.png differ diff --git a/core/resources/takeoff.bmp b/core/resources/takeoff.bmp new file mode 100644 index 0000000..0b468c6 Binary files /dev/null and b/core/resources/takeoff.bmp differ diff --git a/core/resources/takeoff.png b/core/resources/takeoff.png new file mode 100644 index 0000000..43df0f9 Binary files /dev/null and b/core/resources/takeoff.png differ diff --git a/core/resources/walk.bmp b/core/resources/walk.bmp new file mode 100644 index 0000000..50b9199 Binary files /dev/null and b/core/resources/walk.bmp differ diff --git a/core/resources/walk.png b/core/resources/walk.png new file mode 100644 index 0000000..b590659 Binary files /dev/null and b/core/resources/walk.png differ -- cgit v1.2.3-70-g09d2