mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 00:37:25 +01:00
[python/turtle] Remove old turtle icon
This commit is contained in:
@@ -165,9 +165,6 @@ ifeq ($(PLATFORM),emscripten)
|
||||
$(py_objs): SFLAGS := $(subst -Os,-O0,$(SFLAGS))
|
||||
endif
|
||||
|
||||
# Icon dependency
|
||||
python/port/mod/turtle/turtle.cpp: python/port/mod/turtle/turtle_icon.o
|
||||
|
||||
# QSTR generation
|
||||
|
||||
generated_headers += $(addprefix python/port/genhdr/, qstrdefs.generated.h)
|
||||
@@ -182,6 +179,4 @@ $(py_objs) $(extmod_objs) $(port_objs): python/port/genhdr/qstrdefs.generated.h
|
||||
|
||||
# List all objects needed
|
||||
|
||||
objs += $(extmod_objs) $(py_objs) $(port_objs) python/port/mod/turtle/turtle_icon.o
|
||||
|
||||
app_images += python/port/mod/turtle/turtle_icon.png
|
||||
objs += $(extmod_objs) $(py_objs) $(port_objs)
|
||||
@@ -5,7 +5,6 @@ extern "C" {
|
||||
}
|
||||
#include "../../helpers.h"
|
||||
#include "../../port.h"
|
||||
#include "turtle_icon.h"
|
||||
|
||||
static constexpr KDCoordinate k_iconSize = 15;
|
||||
static constexpr KDCoordinate k_iconBodySize = 5;
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 829 B |
Reference in New Issue
Block a user