Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jj b committed Apr 19, 2021
1 parent 3008be0 commit 4c23b2e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions ResourceFiles/kv_language/baseBuildScreen.kv
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<BaseBuildScreen>:
canvas.before:
Color:
rgb: get_color_from_hex(Graphics.get("BaseBuildScreen", "crater_outside_color"))
Color:
rgb: get_color_from_hex(Graphics.get("BaseBuildScreen", "crater_outside_color"))

Rectangle:
pos: self.pos
size: self.size
Rectangle:
pos: self.pos
size: self.size

ScatterLayout:
scale_min: 0 # zoom out
Expand Down

0 comments on commit 4c23b2e

Please sign in to comment.