mirror of
https://github.com/kristoferssolo/FuncIt.git
synced 2025-10-21 19:30:35 +00:00
Fixed clouds
This commit is contained in:
parent
ce22a3e01a
commit
c70586de47
@ -2,8 +2,6 @@ extends StaticBody2D
|
|||||||
|
|
||||||
onready var clouds = $scene/trinity_site_level_layout_level_design_z_index_1
|
onready var clouds = $scene/trinity_site_level_layout_level_design_z_index_1
|
||||||
|
|
||||||
func _process(delta):
|
func _process(delta) -> void:
|
||||||
if clouds.rotation_degrees < -58:
|
clouds.rotation_degrees -= 0.01
|
||||||
clouds.rotation_degrees = 0
|
|
||||||
clouds.rotation_degrees += -0.01
|
|
||||||
pass
|
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
|
Before Width: | Height: | Size: 24 KiB After Width: | Height: | Size: 92 KiB |
@ -35,7 +35,7 @@ z_index = -1
|
|||||||
texture = ExtResource( 3 )
|
texture = ExtResource( 3 )
|
||||||
|
|
||||||
[node name="trinity_site_level_layout_level_design_z_index_1" type="Sprite" parent="trinity_site_body/scene"]
|
[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
|
z_index = -1
|
||||||
texture = ExtResource( 11 )
|
texture = ExtResource( 11 )
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user