浏览代码

:tada: Add ground

DricomDragon 1 年之前
父节点
当前提交
64b0ea003f
共有 3 个文件被更改,包括 48 次插入2 次删除
  1. 二进制
      godot/component/sky/ground/ground004.jpg
  2. 34 0
      godot/component/sky/ground/ground004.jpg.import
  3. 14 2
      godot/run/levels/level_1.tscn

二进制
godot/component/sky/ground/ground004.jpg


+ 34 - 0
godot/component/sky/ground/ground004.jpg.import

@@ -0,0 +1,34 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://dnrpwavhjaq1s"
+path="res://.godot/imported/ground004.jpg-74df033526ab6da580b7cc8db62fa1c0.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://component/sky/ground/ground004.jpg"
+dest_files=["res://.godot/imported/ground004.jpg-74df033526ab6da580b7cc8db62fa1c0.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/hdr_compression=1
+compress/normal_map=0
+compress/channel_pack=0
+mipmaps/generate=false
+mipmaps/limit=-1
+roughness/mode=0
+roughness/src_normal=""
+process/fix_alpha_border=true
+process/premult_alpha=false
+process/normal_map_invert_y=false
+process/hdr_as_srgb=false
+process/hdr_clamp_exposure=false
+process/size_limit=0
+detect_3d/compress_to=1

+ 14 - 2
godot/run/levels/level_1.tscn

@@ -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)