initial commit
This commit is contained in:
		
							parent
							
								
									b9f229845c
								
							
						
					
					
						commit
						858eb3a599
					
				
					 48 changed files with 470 additions and 861 deletions
				
			
		
							
								
								
									
										30
									
								
								scenes/map/map.tscn
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										30
									
								
								scenes/map/map.tscn
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,30 @@ | |||
| [gd_scene load_steps=3 format=3 uid="uid://mie5ckydb8k5"] | ||||
| 
 | ||||
| [ext_resource type="PackedScene" uid="uid://brmtkn1ddxrp1" path="res://testing/test/level.tscn" id="1_sw0jh"] | ||||
| [ext_resource type="PackedScene" uid="uid://btl7r0wvecyd3" path="res://scenes/menu/view.tscn" id="2_7des0"] | ||||
| 
 | ||||
| [node name="map" type="Node2D"] | ||||
| 
 | ||||
| [node name="level" parent="." instance=ExtResource("1_sw0jh")] | ||||
| 
 | ||||
| [node name="characterViewer" parent="." instance=ExtResource("2_7des0")] | ||||
| visible = false | ||||
| anchors_preset = 0 | ||||
| anchor_right = 0.0 | ||||
| anchor_bottom = 0.0 | ||||
| offset_right = 800.0 | ||||
| offset_bottom = 500.0 | ||||
| grow_horizontal = 1 | ||||
| grow_vertical = 1 | ||||
| 
 | ||||
| [node name="back" type="Button" parent="."] | ||||
| visible = false | ||||
| offset_left = 512.0 | ||||
| offset_top = 400.0 | ||||
| offset_right = 638.0 | ||||
| offset_bottom = 435.0 | ||||
| scale = Vector2(2, 2) | ||||
| disabled = true | ||||
| text = "Back to game" | ||||
| 
 | ||||
| [connection signal="pressed" from="back" to="level" method="_on_back_pressed"] | ||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Sage The DM
						Sage The DM