소스 검색

Add a background

DricomDragon 3 년 전
부모
커밋
bd95722f27
1개의 변경된 파일7개의 추가작업 그리고 0개의 파일을 삭제
  1. 7 0
      godot/scenes/main.tscn

+ 7 - 0
godot/scenes/main.tscn

@@ -44,6 +44,13 @@ points = PoolVector2Array( 0, 0, 40, 0, 40, 20, 0, 20 )
 
 [node name="Root" type="Node"]
 
+[node name="Background" type="Panel" parent="."]
+margin_right = 400.0
+margin_bottom = 400.0
+__meta__ = {
+"_edit_use_anchors_": false
+}
+
 [node name="Walls" type="StaticBody2D" parent="."]
 collision_layer = 2
 physics_material_override = SubResource( 1 )