mirror of
https://github.com/islehorse/HISP.git
synced 2025-06-03 20:37:07 +12:00
Add npc support sorta
This commit is contained in:
parent
5819441222
commit
c245f267f5
10 changed files with 4022 additions and 3917 deletions
4
WebInterface/game-site/config.php
Normal file
4
WebInterface/game-site/config.php
Normal file
|
@ -0,0 +1,4 @@
|
|||
<?php
|
||||
$server_ip = '127.0.0.1';
|
||||
$server_port = 12321;
|
||||
?>
|
|
@ -1,3 +1,6 @@
|
|||
<?php
|
||||
include("config.php");
|
||||
?>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue