[gd_scene load_steps=12 format=2] [ext_resource path="res://scenes/World.gd" type="Script" id=1] [ext_resource path="res://scenes/HexTile.gd" type="Script" id=2] [ext_resource path="res://assets/pirate.svg" type="Texture" id=3] [ext_resource path="res://scenes/FPSValue.gd" type="Script" id=4] [ext_resource path="res://scenes/pirate.gd" type="Script" id=5] [ext_resource path="res://fonts/Roboto/Roboto-Regular.ttf" type="DynamicFontData" id=6] [ext_resource path="res://scenes/Island.gd" type="Script" id=7] [ext_resource path="res://scenes/GridHighlight.gd" type="Script" id=8] [sub_resource type="DynamicFont" id=1] size = 27 font_data = ExtResource( 6 ) [sub_resource type="Theme" id=2] default_font = SubResource( 1 ) [sub_resource type="ButtonGroup" id=3] resource_name = "TileTypeGroup" [node name="GameRoot" type="Node"] [node name="World" type="Node2D" parent="."] script = ExtResource( 1 ) [node name="Camera" type="Camera2D" parent="World"] current = true [node name="GridDrawer" type="Node2D" parent="World"] script = ExtResource( 2 ) [node name="GridHighlight" type="Node2D" parent="World"] script = ExtResource( 8 ) [node name="UI" type="CanvasLayer" parent="World"] [node name="TopContainer" type="HBoxContainer" parent="World/UI"] anchor_right = 1.0 margin_bottom = 20.0 __meta__ = { "_edit_use_anchors_": false } [node name="EditIslandButton" type="CheckButton" parent="World/UI/TopContainer"] margin_right = 147.0 margin_bottom = 40.0 pressed = true text = "Edit Island" [node name="Offset" type="Label" parent="World/UI/TopContainer"] margin_left = 151.0 margin_top = 13.0 margin_right = 198.0 margin_bottom = 27.0 text = "Offset: " [node name="OffsetValue" type="Label" parent="World/UI/TopContainer"] margin_left = 202.0 margin_top = 13.0 margin_right = 222.0 margin_bottom = 27.0 text = "0,0" __meta__ = { "_edit_use_anchors_": false } [node name="Zoom" type="Label" parent="World/UI/TopContainer"] margin_left = 226.0 margin_top = 13.0 margin_right = 275.0 margin_bottom = 27.0 text = " Zoom: " [node name="ZoomValue" type="Label" parent="World/UI/TopContainer"] margin_left = 279.0 margin_top = 13.0 margin_right = 299.0 margin_bottom = 27.0 text = "0.0" __meta__ = { "_edit_use_anchors_": false } [node name="HexCoord" type="Label" parent="World/UI/TopContainer"] margin_left = 303.0 margin_top = 13.0 margin_right = 377.0 margin_bottom = 27.0 text = " HexCoord: " [node name="HexCoordValue" type="Label" parent="World/UI/TopContainer"] margin_left = 381.0 margin_top = 13.0 margin_right = 409.0 margin_bottom = 27.0 text = "(0,0)" [node name="VSeparator" type="VSeparator" parent="World/UI/TopContainer"] margin_left = 413.0 margin_right = 417.0 margin_bottom = 40.0 __meta__ = { "_edit_use_anchors_": false } [node name="FPSValue" type="Label" parent="World/UI/TopContainer"] margin_left = 421.0 margin_top = 13.0 margin_right = 429.0 margin_bottom = 27.0 text = "0" align = 2 script = ExtResource( 4 ) [node name="TileTypes" type="VBoxContainer" parent="World/UI"] anchor_left = 1.0 anchor_right = 1.0 anchor_bottom = 1.0 margin_left = -82.0 theme = SubResource( 2 ) __meta__ = { "_edit_use_anchors_": false } [node name="NoneButton" type="Button" parent="World/UI/TileTypes"] margin_right = 82.0 margin_bottom = 39.0 rect_pivot_offset = Vector2( -1239.87, 282.07 ) toggle_mode = true group = SubResource( 3 ) text = "None" __meta__ = { "_edit_use_anchors_": false } [node name="SandButton" type="Button" parent="World/UI/TileTypes"] margin_top = 43.0 margin_right = 82.0 margin_bottom = 82.0 rect_pivot_offset = Vector2( -1239.87, 282.07 ) toggle_mode = true group = SubResource( 3 ) text = "Sand" __meta__ = { "_edit_use_anchors_": false } [node name="GrassButton" type="Button" parent="World/UI/TileTypes"] margin_top = 86.0 margin_right = 82.0 margin_bottom = 125.0 rect_pivot_offset = Vector2( -1239.87, 282.07 ) toggle_mode = true group = SubResource( 3 ) text = "Grass" [node name="PlayerChar" type="KinematicBody2D" parent="World"] script = ExtResource( 5 ) [node name="pirate" type="Sprite" parent="World/PlayerChar"] scale = Vector2( 0.45498, 0.45498 ) texture = ExtResource( 3 ) [node name="CollisionShape2D" type="CollisionShape2D" parent="World/PlayerChar"] [node name="Island" type="Node" parent="World"] script = ExtResource( 7 )