mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-05-09 08:25:44 +02:00
[PR #47] [MERGED] [mpy/kandinsky] Fix draw_string() on new line + good colors #218
Labels
No labels
bug
duplicate
easy
enhancement
enhancement
fixed
fixed
good first issue
hard
invalid
pull-request
wontfix
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Upsilon#218
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/UpsilonNumworks/Upsilon/pull/47
Author: @ArtichOwO
Created: 10/11/2021
Status: ✅ Merged
Merged: 10/11/2021
Merged by: @Lauryy06
Base:
upsilon-dev← Head:fix-draw-string-mpy📝 Commits (2)
9169a9e[mpy/kandinsky] Use good colors0a7b3ac[kandinsky/context_text] Avoid returning to pos x=0 on new line, use arg's x coordinate instead📊 Changes
2 files changed (+3 additions, -4 deletions)
View changed files
📝
kandinsky/src/context_text.cpp(+1 -1)📝
python/port/mod/kandinsky/modkandinsky.cpp(+2 -3)📄 Description
Uses
Paletteinstead of b/w constants, also doesn't returns to 0 (x coordinate)Screenshots
With
draw_string("hey\nho\nmatelos", 11, 32):Before:
Now: (correct colors!)
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.