Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
Spieleprogrammieren
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Teckids
Projekt Hack-n-Fun
Material und Vorlagen
Spieleprogrammieren
Commits
4071fe51
Commit
4071fe51
authored
1 year ago
by
codecraft
Browse files
Options
Downloads
Patches
Plain Diff
add: text bearbeitungsbereich
parent
c65fdbf3
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
main_template.py
+4
-0
4 additions, 0 deletions
main_template.py
with
4 additions
and
0 deletions
main_template.py
+
4
−
0
View file @
4071fe51
...
@@ -95,6 +95,10 @@ def update():
...
@@ -95,6 +95,10 @@ def update():
screen
.
blit
(
objects_surface
,
(
0
,
0
))
screen
.
blit
(
objects_surface
,
(
0
,
0
))
screen
.
blit
(
characters_surface
,
(
0
,
0
)
)
screen
.
blit
(
characters_surface
,
(
0
,
0
)
)
screen
.
blit
(
player
.
image
,
(
player
.
rect
.
left
,
player
.
rect
.
top
))
screen
.
blit
(
player
.
image
,
(
player
.
rect
.
left
,
player
.
rect
.
top
))
################################# BEARBEITUNGSBEREICH ANFANG ####################################
# An dieser Stelle kann man overlays wie texte hinzufügen
#################################################################################################
################################# BEARBEITUNGSBEREICH ENDE ######################################
pygame
.
display
.
flip
()
pygame
.
display
.
flip
()
while
True
:
while
True
:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment