Skip to content

Commit

Permalink
Update files for translation
Browse files Browse the repository at this point in the history
  • Loading branch information
sashamishcheriakova committed Feb 21, 2025
1 parent a50bd91 commit e42247b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 85 deletions.
63 changes: 4 additions & 59 deletions en/python-comments.txt
Original file line number Diff line number Diff line change
@@ -1,62 +1,8 @@
Add the colour of your theme
Put code to run every frame here

Positioned towards the screen bottom
Draw player function goes here

Your chosen colour

Load your image

Controls the size of the emoji

Position around the centre

Face

Eyes

Replace with your obstacle

Before drawing the player

Load your player image

Load your obstacle image

Resize to fit your theme

Draw a fir tree

Green for needles

Brown for trunk

Increases each frame

Wrap around

Replace with your obstacle

Any number is fine

Draw collision point

Useful for debugging

Draw circles around the pixels to check for collisions

Off the left of the screen

Off the right of the screen

Include global variables here

Use the global level

You have reached level

Score:

Text to display
Draw obstacles function goes here

Great flying!

Expand All @@ -68,5 +14,4 @@ But be careful!

Push harder!

Head for base!

Head for base!
31 changes: 5 additions & 26 deletions en/python-translatable.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,37 +2,16 @@ safe

draw_player

player_y

player

draw_player

mouse_x

image_file

x_coord

y_coord

width

height

draw_obstacles

ob_x

ob_y
obstacle_x

obstacle
obstacle_y

collide
screen_size

level
player_on

score

message

lives

0 comments on commit e42247b

Please sign in to comment.