Make an Android LockScreen in Godot
Hello, we're going to copy a totally natural and original 3x3 draggable line grid aspect to a game ~~or an Android lock screen~~, this time with audio in both ears!
Link to code:
https://github.com/aimforbigfoot/NAD-LAB-Godot-Projects-4.0/tree/main/android-lock-screen-ahh
0:00 - intro
1:01 - scene set up
1:56 - getting a click for the line
5:16 - removing line after click
7:16 - making android grid
8:44 - programming the dot
10:12 - getting data from dots (passing data via signals)
11:20 - getting the mouse to interact with dots
13:31 - adding points to the line
16:33 - adding some tweens (make it juicer)
17:35 - making it juicier
19:45 - fixing a bug (adding points without pressing)
20:40 - only allowing non-connected points to connect
23:21 - getting a list of points connected
25:43 - fixing a bug (only allowing connections when mouse pressed)