Small Godot Wild Jam game
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Add asset credits

+167 -21
+163 -19
Scenes/controls/controls_layer.tscn
··· 1 - [gd_scene load_steps=7 format=3 uid="uid://munr50w3xs5k"] 1 + [gd_scene load_steps=9 format=3 uid="uid://munr50w3xs5k"] 2 2 3 3 [ext_resource type="Texture2D" uid="uid://chltfewh2foxf" path="res://Assets/sprites/Controls/mouse_left.svg" id="1_2wju6"] 4 4 [ext_resource type="Texture2D" uid="uid://cx2o5mbinr3b1" path="res://Assets/sprites/Controls/mouse_right.svg" id="2_c0gnh"] 5 5 [ext_resource type="Texture2D" uid="uid://dnvj5xbpenjxt" path="res://Assets/sprites/Controls/mouse_move.svg" id="3_w3vpj"] 6 6 [ext_resource type="Texture2D" uid="uid://bq8usomjspib0" path="res://Assets/sprites/Controls/mouse_scroll_vertical.svg" id="4_6e1as"] 7 7 [ext_resource type="Texture2D" uid="uid://duslf264seu4d" path="res://Assets/sprites/Controls/keyboard_escape.svg" id="5_0y4ar"] 8 + [ext_resource type="FontFile" uid="uid://da2t6lyf41wty" path="res://Assets/fonts/open-sans/open-sans-bold.ttf" id="6_c0gnh"] 9 + [ext_resource type="FontFile" uid="uid://cawekr44fruhm" path="res://Assets/fonts/open-sans/open-sans-regular.ttf" id="7_w3vpj"] 8 10 9 11 [sub_resource type="GDScript" id="GDScript_2wju6"] 10 12 resource_name = "ControlsLayer" ··· 36 38 [node name="VBoxContainer" type="VBoxContainer" parent="CenterContainer"] 37 39 layout_mode = 2 38 40 39 - [node name="Interact" type="HBoxContainer" parent="CenterContainer/VBoxContainer"] 41 + [node name="TabContainer" type="TabContainer" parent="CenterContainer/VBoxContainer"] 42 + layout_mode = 2 43 + current_tab = 0 44 + 45 + [node name="Controls" type="VBoxContainer" parent="CenterContainer/VBoxContainer/TabContainer"] 46 + layout_mode = 2 47 + metadata/_tab_index = 0 48 + 49 + [node name="Interact" type="HBoxContainer" parent="CenterContainer/VBoxContainer/TabContainer/Controls"] 40 50 layout_mode = 2 41 51 alignment = 1 42 52 43 - [node name="TextureRect" type="TextureRect" parent="CenterContainer/VBoxContainer/Interact"] 53 + [node name="TextureRect" type="TextureRect" parent="CenterContainer/VBoxContainer/TabContainer/Controls/Interact"] 44 54 layout_mode = 2 45 55 texture = ExtResource("1_2wju6") 46 56 47 - [node name="Label" type="Label" parent="CenterContainer/VBoxContainer/Interact"] 57 + [node name="Label" type="Label" parent="CenterContainer/VBoxContainer/TabContainer/Controls/Interact"] 48 58 layout_mode = 2 49 59 theme_override_font_sizes/font_size = 128 50 60 text = "-" 51 61 52 - [node name="Label2" type="Label" parent="CenterContainer/VBoxContainer/Interact"] 62 + [node name="Label2" type="Label" parent="CenterContainer/VBoxContainer/TabContainer/Controls/Interact"] 53 63 layout_mode = 2 54 64 theme_override_font_sizes/font_size = 91 55 65 text = " Interact" 56 66 57 - [node name="MoveCamera" type="HBoxContainer" parent="CenterContainer/VBoxContainer"] 67 + [node name="MoveCamera" type="HBoxContainer" parent="CenterContainer/VBoxContainer/TabContainer/Controls"] 58 68 layout_mode = 2 59 69 alignment = 1 60 70 61 - [node name="TextureRect" type="TextureRect" parent="CenterContainer/VBoxContainer/MoveCamera"] 71 + [node name="TextureRect" type="TextureRect" parent="CenterContainer/VBoxContainer/TabContainer/Controls/MoveCamera"] 62 72 layout_mode = 2 63 73 texture = ExtResource("2_c0gnh") 64 74 65 - [node name="Label" type="Label" parent="CenterContainer/VBoxContainer/MoveCamera"] 75 + [node name="Label" type="Label" parent="CenterContainer/VBoxContainer/TabContainer/Controls/MoveCamera"] 66 76 layout_mode = 2 67 77 theme_override_font_sizes/font_size = 128 68 78 text = "+" 69 79 70 - [node name="TextureRect2" type="TextureRect" parent="CenterContainer/VBoxContainer/MoveCamera"] 80 + [node name="TextureRect2" type="TextureRect" parent="CenterContainer/VBoxContainer/TabContainer/Controls/MoveCamera"] 71 81 layout_mode = 2 72 82 texture = ExtResource("3_w3vpj") 73 83 74 - [node name="Label3" type="Label" parent="CenterContainer/VBoxContainer/MoveCamera"] 84 + [node name="Label3" type="Label" parent="CenterContainer/VBoxContainer/TabContainer/Controls/MoveCamera"] 75 85 layout_mode = 2 76 86 theme_override_font_sizes/font_size = 128 77 87 text = "-" 78 88 79 - [node name="Label2" type="Label" parent="CenterContainer/VBoxContainer/MoveCamera"] 89 + [node name="Label2" type="Label" parent="CenterContainer/VBoxContainer/TabContainer/Controls/MoveCamera"] 80 90 layout_mode = 2 81 91 theme_override_font_sizes/font_size = 91 82 92 text = " Move Camera" 83 93 84 - [node name="Zoom" type="HBoxContainer" parent="CenterContainer/VBoxContainer"] 94 + [node name="Zoom" type="HBoxContainer" parent="CenterContainer/VBoxContainer/TabContainer/Controls"] 85 95 layout_mode = 2 86 96 alignment = 1 87 97 88 - [node name="TextureRect" type="TextureRect" parent="CenterContainer/VBoxContainer/Zoom"] 98 + [node name="TextureRect" type="TextureRect" parent="CenterContainer/VBoxContainer/TabContainer/Controls/Zoom"] 89 99 layout_mode = 2 90 100 texture = ExtResource("4_6e1as") 91 101 92 - [node name="Label" type="Label" parent="CenterContainer/VBoxContainer/Zoom"] 102 + [node name="Label" type="Label" parent="CenterContainer/VBoxContainer/TabContainer/Controls/Zoom"] 93 103 layout_mode = 2 94 104 theme_override_font_sizes/font_size = 128 95 105 text = "-" 96 106 97 - [node name="Label2" type="Label" parent="CenterContainer/VBoxContainer/Zoom"] 107 + [node name="Label2" type="Label" parent="CenterContainer/VBoxContainer/TabContainer/Controls/Zoom"] 98 108 layout_mode = 2 99 109 theme_override_font_sizes/font_size = 91 100 110 text = " Change Camera Zoom" 101 111 102 - [node name="Zoom2" type="HBoxContainer" parent="CenterContainer/VBoxContainer"] 112 + [node name="Zoom2" type="HBoxContainer" parent="CenterContainer/VBoxContainer/TabContainer/Controls"] 103 113 layout_mode = 2 104 114 alignment = 1 105 115 106 - [node name="TextureRect" type="TextureRect" parent="CenterContainer/VBoxContainer/Zoom2"] 116 + [node name="TextureRect" type="TextureRect" parent="CenterContainer/VBoxContainer/TabContainer/Controls/Zoom2"] 107 117 layout_mode = 2 108 118 texture = ExtResource("5_0y4ar") 109 119 110 - [node name="Label" type="Label" parent="CenterContainer/VBoxContainer/Zoom2"] 120 + [node name="Label" type="Label" parent="CenterContainer/VBoxContainer/TabContainer/Controls/Zoom2"] 111 121 layout_mode = 2 112 122 theme_override_font_sizes/font_size = 128 113 123 text = "-" 114 124 115 - [node name="Label2" type="Label" parent="CenterContainer/VBoxContainer/Zoom2"] 125 + [node name="Label2" type="Label" parent="CenterContainer/VBoxContainer/TabContainer/Controls/Zoom2"] 116 126 layout_mode = 2 117 127 theme_override_font_sizes/font_size = 91 118 128 text = " Pause" 129 + 130 + [node name="Asset Credits" type="VBoxContainer" parent="CenterContainer/VBoxContainer/TabContainer"] 131 + visible = false 132 + layout_mode = 2 133 + metadata/_tab_index = 1 134 + 135 + [node name="Label" type="Label" parent="CenterContainer/VBoxContainer/TabContainer/Asset Credits"] 136 + layout_mode = 2 137 + theme_override_fonts/font = ExtResource("6_c0gnh") 138 + theme_override_font_sizes/font_size = 76 139 + text = "Public Assets Used:" 140 + horizontal_alignment = 1 141 + 142 + [node name="ScrollContainer" type="ScrollContainer" parent="CenterContainer/VBoxContainer/TabContainer/Asset Credits"] 143 + custom_minimum_size = Vector2(0, 690) 144 + layout_mode = 2 145 + horizontal_scroll_mode = 0 146 + 147 + [node name="VBoxContainer" type="VBoxContainer" parent="CenterContainer/VBoxContainer/TabContainer/Asset Credits/ScrollContainer"] 148 + custom_minimum_size = Vector2(1280, 0) 149 + layout_mode = 2 150 + size_flags_vertical = 3 151 + alignment = 1 152 + 153 + [node name="RichTextLabel" type="RichTextLabel" parent="CenterContainer/VBoxContainer/TabContainer/Asset Credits/ScrollContainer/VBoxContainer"] 154 + layout_mode = 2 155 + theme_override_fonts/normal_font = ExtResource("7_w3vpj") 156 + theme_override_fonts/bold_font = ExtResource("6_c0gnh") 157 + bbcode_enabled = true 158 + text = "[b]Kenney ([url]https://kenney.nl[/url]):[/b] 159 + - Error SFX 160 + - Input Prompts (See previous tab) 161 + 162 + =============================================================================================================== 163 + 164 + [b]GodotWildJam's Godot Engine Accessibility Scripts[/b] 165 + 166 + Copyright (c) 2021 GodotWildJam 167 + 168 + Permission is hereby granted, free of charge, to any person obtaining a copy 169 + of this software and associated documentation files (the \"Software\"), to deal 170 + in the Software without restriction, including without limitation the rights 171 + to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 172 + copies of the Software, and to permit persons to whom the Software is 173 + furnished to do so, subject to the following conditions: 174 + 175 + The above copyright notice and this permission notice shall be included in all 176 + copies or substantial portions of the Software. 177 + 178 + THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 179 + IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 180 + FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 181 + AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 182 + LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 183 + OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 184 + SOFTWARE. 185 + 186 + =============================================================================================================== 187 + 188 + [b]Xanatos's Game Console Addon[/b] 189 + 190 + MIT License 191 + 192 + Copyright (c) 2025 Xanatos 193 + 194 + Permission is hereby granted, free of charge, to any person obtaining a copy 195 + of this software and associated documentation files (the \"Software\"), to deal 196 + in the Software without restriction, including without limitation the rights 197 + to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 198 + copies of the Software, and to permit persons to whom the Software is 199 + furnished to do so, subject to the following conditions: 200 + 201 + The above copyright notice and this permission notice shall be included in all 202 + copies or substantial portions of the Software. 203 + 204 + THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 205 + IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 206 + FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 207 + AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 208 + LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 209 + OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 210 + SOFTWARE. 211 + =============================================================================================================== 212 + 213 + [b]cng6sk's TopDownCamera2D Addon[/b] 214 + 215 + MIT License 216 + 217 + Copyright (c) 2025 cng6sk 218 + 219 + Permission is hereby granted, free of charge, to any person obtaining a copy 220 + of this software and associated documentation files (the \"Software\"), to deal 221 + in the Software without restriction, including without limitation the rights 222 + to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 223 + copies of the Software, and to permit persons to whom the Software is 224 + furnished to do so, subject to the following conditions: 225 + 226 + The above copyright notice and this permission notice shall be included in all 227 + copies or substantial portions of the Software. 228 + 229 + THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 230 + IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 231 + FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 232 + AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 233 + LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 234 + OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 235 + SOFTWARE. 236 + 237 + =============================================================================================================== 238 + 239 + [b]Crystal Bit's godot-game-template[/b] 240 + 241 + MIT License 242 + 243 + Copyright (c) 2020 Crystal Bit 244 + 245 + Permission is hereby granted, free of charge, to any person obtaining a copy 246 + of this software and associated documentation files (the \"Software\"), to deal 247 + in the Software without restriction, including without limitation the rights 248 + to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 249 + copies of the Software, and to permit persons to whom the Software is 250 + furnished to do so, subject to the following conditions: 251 + 252 + The above copyright notice and this permission notice shall be included in all 253 + copies or substantial portions of the Software. 254 + 255 + THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 256 + IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 257 + FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 258 + AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 259 + LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 260 + OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 261 + SOFTWARE." 262 + fit_content = true 119 263 120 264 [node name="Button" type="Button" parent="CenterContainer/VBoxContainer"] 121 265 custom_minimum_size = Vector2(222, 0)
+4 -2
Scenes/menu/menu.tscn
··· 1 - [gd_scene load_steps=17 format=3 uid="uid://c2gocuhw2o7py"] 1 + [gd_scene load_steps=18 format=3 uid="uid://c2gocuhw2o7py"] 2 2 3 3 [ext_resource type="Texture2D" uid="uid://1qgmm6hsagsh" path="res://Assets/sprites/main_menu.png" id="2_0l81c"] 4 4 [ext_resource type="AudioStream" uid="uid://bjy16rs73d1sx" path="res://Assets/sfx/menu_switch.wav" id="2_7g6em"] ··· 15 15 [ext_resource type="PackedScene" uid="uid://munr50w3xs5k" path="res://Scenes/controls/controls_layer.tscn" id="13_tumgr"] 16 16 [ext_resource type="Texture2D" uid="uid://cq7nfagxg3i3u" path="res://Assets/sprites/Controls/keyboard_question_outline.svg" id="14_fpwaj"] 17 17 [ext_resource type="Texture2D" uid="uid://c0rwxroj1e6da" path="res://Assets/sprites/Controls/keyboard_question.svg" id="15_fj2fy"] 18 + [ext_resource type="FontFile" uid="uid://da2t6lyf41wty" path="res://Assets/fonts/open-sans/open-sans-bold.ttf" id="16_fj2fy"] 18 19 19 20 [sub_resource type="LabelSettings" id="LabelSettings_fpwaj"] 20 21 font_size = 128 ··· 224 225 offset_right = 39.5 225 226 offset_bottom = 183.0 226 227 grow_horizontal = 2 228 + theme_override_fonts/font = ExtResource("16_fj2fy") 227 229 text = " 228 230 229 - Controls" 231 + Controls & Info" 230 232 horizontal_alignment = 1 231 233 vertical_alignment = 1 232 234