level_1.tscn 4.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114
  1. [gd_scene load_steps=8 format=3 uid="uid://bmb72w7tf6fu4"]
  2. [ext_resource type="PackedScene" uid="uid://cqdewtd1yr4cn" path="res://component/props/godot_logo/godot_logo.tscn" id="1_36ls2"]
  3. [ext_resource type="Texture2D" uid="uid://dnrpwavhjaq1s" path="res://component/sky/ground/ground004.jpg" id="1_e8dj3"]
  4. [ext_resource type="PackedScene" uid="uid://dlkwtp1gl45r" path="res://component/ships/BiBiShip.tscn" id="2_hw8a6"]
  5. [ext_resource type="Texture2D" uid="uid://bmqyhh7rt4lk2" path="res://component/sky/air/clouds.png" id="2_kj5ji"]
  6. [ext_resource type="PackedScene" uid="uid://bi4ilbgyhjrnx" path="res://component/control/keyboard/keyboard_control.tscn" id="3_o4rax"]
  7. [ext_resource type="Script" path="res://component/control/gamepad/gamepad_control.gd" id="4_vfxyo"]
  8. [ext_resource type="Script" path="res://component/views/player_camera.gd" id="4_w3h2o"]
  9. [node name="Level1" type="Node2D"]
  10. [node name="ParallaxBackground" type="ParallaxBackground" parent="."]
  11. scroll_ignore_camera_zoom = true
  12. [node name="Ground" type="ParallaxLayer" parent="ParallaxBackground"]
  13. motion_scale = Vector2(0.2, 0.2)
  14. motion_mirroring = Vector2(6400, 6400)
  15. [node name="Grass" type="Sprite2D" parent="ParallaxBackground/Ground"]
  16. texture_repeat = 2
  17. texture = ExtResource("1_e8dj3")
  18. centered = false
  19. region_enabled = true
  20. region_rect = Rect2(0, 0, 6400, 6400)
  21. [node name="Clouds" type="ParallaxLayer" parent="ParallaxBackground"]
  22. position = Vector2(3, -3)
  23. motion_scale = Vector2(0.8, 0.8)
  24. motion_mirroring = Vector2(10000, 5000)
  25. [node name="CloudA1" type="Sprite2D" parent="ParallaxBackground/Clouds"]
  26. position = Vector2(1424, 3022)
  27. texture = ExtResource("2_kj5ji")
  28. region_enabled = true
  29. region_rect = Rect2(2048, 1256, 2048, 2048)
  30. [node name="CloudB1" type="Sprite2D" parent="ParallaxBackground/Clouds"]
  31. position = Vector2(4990, 2460)
  32. texture = ExtResource("2_kj5ji")
  33. region_enabled = true
  34. region_rect = Rect2(0, 1256, 2048, 2048)
  35. [node name="CloudC1" type="Sprite2D" parent="ParallaxBackground/Clouds"]
  36. position = Vector2(4127, 744)
  37. texture = ExtResource("2_kj5ji")
  38. region_enabled = true
  39. region_rect = Rect2(0, 0, 2048, 1200)
  40. [node name="CloudD1" type="Sprite2D" parent="ParallaxBackground/Clouds"]
  41. position = Vector2(3453, 3902)
  42. texture = ExtResource("2_kj5ji")
  43. region_enabled = true
  44. region_rect = Rect2(2048, 0, 2048, 1200)
  45. [node name="CloudA2" type="Sprite2D" parent="ParallaxBackground/Clouds"]
  46. position = Vector2(7555, 1048)
  47. texture = ExtResource("2_kj5ji")
  48. region_enabled = true
  49. region_rect = Rect2(2048, 1256, 2048, 2048)
  50. [node name="CloudB2" type="Sprite2D" parent="ParallaxBackground/Clouds"]
  51. position = Vector2(8479, 3186)
  52. texture = ExtResource("2_kj5ji")
  53. region_enabled = true
  54. region_rect = Rect2(0, 1256, 2048, 2048)
  55. [node name="CloudC2" type="Sprite2D" parent="ParallaxBackground/Clouds"]
  56. position = Vector2(6394, 3984)
  57. texture = ExtResource("2_kj5ji")
  58. region_enabled = true
  59. region_rect = Rect2(0, 0, 2048, 1200)
  60. [node name="CloudD2" type="Sprite2D" parent="ParallaxBackground/Clouds"]
  61. position = Vector2(972, 566)
  62. texture = ExtResource("2_kj5ji")
  63. region_enabled = true
  64. region_rect = Rect2(2048, 0, 2048, 1200)
  65. [node name="GodotLogo" parent="." instance=ExtResource("1_36ls2")]
  66. [node name="GodotLogo2" parent="." instance=ExtResource("1_36ls2")]
  67. position = Vector2(930, 491)
  68. [node name="GodotLogo3" parent="." instance=ExtResource("1_36ls2")]
  69. modulate = Color(1, 1, 0, 1)
  70. position = Vector2(5672, 2590)
  71. [node name="GodotLogo4" parent="." instance=ExtResource("1_36ls2")]
  72. modulate = Color(0, 0, 1, 1)
  73. position = Vector2(5612, 2953)
  74. [node name="GodotLogo5" parent="." instance=ExtResource("1_36ls2")]
  75. modulate = Color(0, 1, 0, 1)
  76. position = Vector2(5355, 3330)
  77. [node name="GodotLogo6" parent="." instance=ExtResource("1_36ls2")]
  78. modulate = Color(1, 0, 0, 1)
  79. position = Vector2(4962, 3662)
  80. [node name="BiBiShip" parent="." instance=ExtResource("2_hw8a6")]
  81. position = Vector2(462, 278)
  82. [node name="KeyboardControl" parent="BiBiShip" instance=ExtResource("3_o4rax")]
  83. [node name="Camera2D" type="Camera2D" parent="BiBiShip"]
  84. script = ExtResource("4_w3h2o")
  85. [node name="GamepadControl" type="Node" parent="BiBiShip"]
  86. script = ExtResource("4_vfxyo")
  87. [connection signal="moved" from="BiBiShip" to="BiBiShip/Camera2D" method="_on_moved"]
  88. [connection signal="dir_changed" from="BiBiShip/KeyboardControl" to="BiBiShip" method="_on_command"]
  89. [connection signal="dir_changed" from="BiBiShip/GamepadControl" to="BiBiShip" method="_on_command"]