Compare commits
No commits in common. "master" and "stabla" have entirely different histories.
@ -1,6 +1,2 @@
|
|||||||
# IntroSoftwareProject
|
# IntroSoftwareProject
|
||||||
All the code
|
All the code
|
||||||
|
|
||||||
Also a working example of my 3 main libraries (multi, bin, and net) and their usage with love2d.
|
|
||||||
|
|
||||||
Feel free to look through the code to get an understanding of how things work together
|
|
||||||
|
|||||||
@ -11,7 +11,7 @@ require("net") -- Loads the networking library
|
|||||||
require("net.chatting")
|
require("net.chatting")
|
||||||
require("net.settings") -- loads the networking settings module
|
require("net.settings") -- loads the networking settings module
|
||||||
require("net.identity") -- loads the networking identity module
|
require("net.identity") -- loads the networking identity module
|
||||||
client=net:newTCPClient("localhost",12345)
|
client=net:newTCPClient("69.113.201.7",12345)
|
||||||
if type(client)=="boolean" then error("Please run the server file first!") end
|
if type(client)=="boolean" then error("Please run the server file first!") end
|
||||||
client.OnUserLoggedIn:connect(function(self,data)
|
client.OnUserLoggedIn:connect(function(self,data)
|
||||||
anim.Visible=false
|
anim.Visible=false
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user