commit 6df3f8136f59ce26232d46e2458e095b3673b440 from: Riccardo Mazzurco date: Wed Oct 25 08:15:50 2023 UTC quello che ti serve commit - 0aa0aa5baf9775d1bbbff51ae5cd076ed848dd0d commit + 6df3f8136f59ce26232d46e2458e095b3673b440 blob - /dev/null blob + 20b3f3e9ad6107156e0945d988238ea1673c953f (mode 644) --- /dev/null +++ assets/bacground/bacground.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="StreamTexture" +path="res://.import/bacground.png-a7d7cea5c059d0feaa622a08e998d5d4.stex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://assets/bacground/bacground.png" +dest_files=[ "res://.import/bacground.png-a7d7cea5c059d0feaa622a08e998d5d4.stex" ] + +[params] + +compress/mode=0 +compress/lossy_quality=0.7 +compress/hdr_mode=0 +compress/bptc_ldr=0 +compress/normal_map=0 +flags/repeat=0 +flags/filter=true +flags/mipmaps=false +flags/anisotropic=false +flags/srgb=2 +process/fix_alpha_border=true +process/premult_alpha=false +process/HDR_as_SRGB=false +process/invert_color=false +process/normal_map_invert_y=false +stream=false +size_limit=0 +detect_3d=true +svg/scale=1.0 blob - b6bb1257cc7cf0a5ba71f079b95c76e7d2e039a1 blob + 1e8d038d637484b67231de26ab80e1b878f1b8db --- src/board/board.tscn +++ src/board/board.tscn @@ -28,27 +28,27 @@ texture = ExtResource( 2 ) position = Vector2( 523, 27 ) texture = ExtResource( 4 ) +[node name="pieces" type="Node2D" parent="."] + [node name="setup" type="Button" parent="."] -margin_left = 101.0 -margin_top = 279.0 -margin_right = 190.0 -margin_bottom = 299.0 +margin_left = 111.0 +margin_top = 44.0 +margin_right = 200.0 +margin_bottom = 64.0 text = "Setup Board" -[node name="pieces" type="Node2D" parent="."] - [node name="Button" type="Button" parent="."] -margin_left = 109.0 -margin_top = 165.0 -margin_right = 198.0 -margin_bottom = 185.0 +margin_left = 60.0 +margin_top = 78.0 +margin_right = 149.0 +margin_bottom = 98.0 text = "PING/PONG" [node name="dropqueen" type="Button" parent="."] -margin_left = 103.0 -margin_top = 106.0 -margin_right = 188.0 -margin_bottom = 126.0 +margin_left = 8.0 +margin_top = 45.0 +margin_right = 93.0 +margin_bottom = 65.0 text = "drop queen" [connection signal="button_down" from="setup" to="." method="_on_setup_click"]