mirror of
https://github.com/Orama-Interactive/Pixelorama.git
synced 2025-01-18 17:19:50 +00:00
Fix some typos in the code
This commit is contained in:
parent
fef8f02fb4
commit
078c212bd6
2
.github/workflows/static-checks.yml
vendored
2
.github/workflows/static-checks.yml
vendored
|
@ -29,4 +29,4 @@ jobs:
|
||||||
uses: codespell-project/actions-codespell@v1
|
uses: codespell-project/actions-codespell@v1
|
||||||
with:
|
with:
|
||||||
skip: ./addons,*.po
|
skip: ./addons,*.po
|
||||||
ignore_words_list: chello,doubleclick
|
ignore_words_list: chello,doubleclick,Manuel
|
||||||
|
|
|
@ -74,7 +74,7 @@ func _define_js() -> void:
|
||||||
|
|
||||||
|
|
||||||
## If (load_directly = false) then image info (image and its name)
|
## If (load_directly = false) then image info (image and its name)
|
||||||
## will not be directly farwarded it to OpenSave
|
## will not be directly forwarded it to OpenSave
|
||||||
func load_image(load_directly := true):
|
func load_image(load_directly := true):
|
||||||
if !OS.has_feature("web"):
|
if !OS.has_feature("web"):
|
||||||
return
|
return
|
||||||
|
|
|
@ -11,7 +11,7 @@ var drag_start_position := Vector2.ZERO
|
||||||
|
|
||||||
|
|
||||||
func _ready() -> void:
|
func _ready() -> void:
|
||||||
# Hide default scollbars
|
# Hide default scrollbars
|
||||||
scroll_container.get_h_scroll_bar().scale = Vector2.ZERO
|
scroll_container.get_h_scroll_bar().scale = Vector2.ZERO
|
||||||
scroll_container.get_v_scroll_bar().scale = Vector2.ZERO
|
scroll_container.get_v_scroll_bar().scale = Vector2.ZERO
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue