Fixed clouds

This commit is contained in:
Kristofers-Solo 2021-11-12 02:14:59 +02:00
parent ce22a3e01a
commit c70586de47
3 changed files with 1857 additions and 460 deletions

View File

@ -2,8 +2,6 @@ extends StaticBody2D
onready var clouds = $scene/trinity_site_level_layout_level_design_z_index_1
func _process(delta):
if clouds.rotation_degrees < -58:
clouds.rotation_degrees = 0
clouds.rotation_degrees += -0.01
pass
func _process(delta) -> void:
clouds.rotation_degrees -= 0.01

File diff suppressed because it is too large Load Diff

Before

Width:  |  Height:  |  Size: 24 KiB

After

Width:  |  Height:  |  Size: 92 KiB

View File

@ -35,7 +35,7 @@ z_index = -1
texture = ExtResource( 3 )
[node name="trinity_site_level_layout_level_design_z_index_1" type="Sprite" parent="trinity_site_body/scene"]
position = Vector2( 1151.48, 2433.1 )
position = Vector2( 960, 2955.72 )
z_index = -1
texture = ExtResource( 11 )