• Virginia
  • High schooler learning to code

  • Joined on 2020年07月20日
caleb33 pushed to main at GASP/GASP_Code 2021年05月18日 19:50:54 +02:00
a3722d1cb4 Re-formats with Black (no changes to functionality)
caleb33 pushed to main at GASP/GASP_Code 2021年05月18日 19:50:07 +02:00
e9a378f4bc Re-formats with Black (no changes to functionality)
caleb33 pushed to main at GASP/GASP_Code 2021年05月17日 16:27:13 +02:00
ba0fd23a43 Includes Richard on authors list
caleb33 pushed to main at GASP/GASP_Code 2021年05月17日 16:26:02 +02:00
86945db998 typo fix
caleb33 pushed to main at GASP/GASP_Code 2021年05月17日 16:25:11 +02:00
5ebb418a3a Updates README to account for the pygame version of gasp
caleb33 pushed to main at GASP/GASP_Code 2021年05月10日 16:26:27 +02:00
50167ce941 For real this time
caleb33 pushed to main at GASP/GASP_Code 2021年05月10日 16:17:42 +02:00
03de87f802 Fixes import color
caleb33 pushed to main at GASP/GASP_Code 2021年05月10日 16:12:47 +02:00
3894c1f91c Simplifies color
caleb33 pushed to main at GASP/GASP_Code 2021年04月29日 04:35:19 +02:00
271ac7e85a Make Text appear at the proper y coordinate
caleb33 commented on issue GASP/GASP_Code#15 2021年04月29日 04:34:10 +02:00
move_to(circle, location) is buggy

I've resolved the issue with where Text is positioned. In test_move_to_circle.py did you mean to start the circle at (400, 300) and then have it move_to (500, 300)? From what you described, the...

caleb33 pushed to main at GASP/GASP_Code 2021年04月28日 03:18:24 +02:00
dcec950adc Change how color.py is imported to account for Richard's improvements
caleb33 pushed to main at GASP/GASP_Code 2021年04月28日 03:17:33 +02:00
61423d2c78 Big update to color.py, thanks Richard!
caleb33 closed issue GASP/GASP_Code#14 2021年04月28日 03:14:26 +02:00
Significant Improvement on GASP Color System
caleb33 commented on issue GASP/GASP_Code#14 2021年04月28日 03:14:14 +02:00
Significant Improvement on GASP Color System

Ah I see what was causing that. When using from . import color in gasp.py the color.HEX.WHITE was necessary but using from .color import * resolves that. I've thought about it some more and I'm...

caleb33 commented on issue GASP/GASP_Code#14 2021年04月27日 02:37:46 +02:00
Significant Improvement on GASP Color System

Richard,

Props to you for the initiative to write all this!

Regarding your first point, I am hesitant to agree about the case insensitivity. Python is a case sensitive language (like most...

caleb33 pushed to main at GASP/GASP_Projects 2021年04月21日 15:13:48 +02:00
66a6a9b605 Makes code easier to reaad
caleb33 pushed to main at GASP/GASP_Projects 2021年04月19日 00:33:15 +02:00
949732ebfa Adds support for numpad input
caleb33 pushed to main at GASP/GASP_Code 2021年04月19日 00:32:06 +02:00
404803ec62 Should be fixed on Linux (maybe Windows) by forcing _clear_keys during update_when
caleb33 closed issue GASP/GASP_Code#13 2021年04月13日 16:37:48 +02:00
read_yesorno is broken
caleb33 pushed to main at GASP/GASP_Code 2021年04月13日 16:37:36 +02:00
e260eab63f Improves read_yesorno