|
@@ -1,7 +1,8 @@
|
|
|
-[gd_scene load_steps=7 format=3 uid="uid://bmb72w7tf6fu4"]
|
|
|
+[gd_scene load_steps=8 format=3 uid="uid://bmb72w7tf6fu4"]
|
|
|
|
|
|
[ext_resource type="Texture2D" uid="uid://diymsf2qlhkbe" path="res://icon.svg" id="1_3tqy7"]
|
|
|
[ext_resource type="PackedScene" uid="uid://cqdewtd1yr4cn" path="res://component/props/godot_logo/godot_logo.tscn" id="1_36ls2"]
|
|
|
+[ext_resource type="Texture2D" uid="uid://dnrpwavhjaq1s" path="res://component/sky/ground/ground004.jpg" id="1_e8dj3"]
|
|
|
[ext_resource type="PackedScene" uid="uid://dlkwtp1gl45r" path="res://component/ships/BiBiShip.tscn" id="2_hw8a6"]
|
|
|
[ext_resource type="PackedScene" uid="uid://bi4ilbgyhjrnx" path="res://component/control/keyboard/keyboard_control.tscn" id="3_o4rax"]
|
|
|
[ext_resource type="Script" path="res://component/control/gamepad/gamepad_control.gd" id="4_vfxyo"]
|
|
@@ -11,8 +12,19 @@
|
|
|
|
|
|
[node name="ParallaxBackground" type="ParallaxBackground" parent="."]
|
|
|
|
|
|
+[node name="Ground" type="ParallaxLayer" parent="ParallaxBackground"]
|
|
|
+motion_scale = Vector2(0.2, 0.2)
|
|
|
+motion_mirroring = Vector2(6400, 6400)
|
|
|
+
|
|
|
+[node name="Grass" type="Sprite2D" parent="ParallaxBackground/Ground"]
|
|
|
+texture_repeat = 2
|
|
|
+texture = ExtResource("1_e8dj3")
|
|
|
+centered = false
|
|
|
+region_enabled = true
|
|
|
+region_rect = Rect2(0, 0, 6400, 6400)
|
|
|
+
|
|
|
[node name="Clouds" type="ParallaxLayer" parent="ParallaxBackground"]
|
|
|
-modulate = Color(0, 0.74902, 0.74902, 1)
|
|
|
+modulate = Color(4.13924e-06, 0.747864, 0.749296, 1)
|
|
|
position = Vector2(3, -3)
|
|
|
motion_scale = Vector2(0.8, 0.8)
|
|
|
motion_mirroring = Vector2(10000, 5000)
|